#D77A7C

Color #D77A7C Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D77A7C

Tints of Froly #D77A7C

Color information

#D77A7C (or 0xD77A7C) is unknown color: approx Froly. HEX triplet: D7, 7A and 7C. RGB value is (215,122,124). Sum of RGB (Red+Green+Blue) = 215+122+124=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A7C is #288583. Grayscale: #969696. Windows color (decimal): -2655620 or 8157911. OLE color: 8157911.

HSL color Cylindrical-coordinate representation of color #D77A7C: hue angle of 358.71º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A7C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215122124-
CMYK00.430.420.16
HSL358.71º53.76%66.08%-
HSV(B)358.71º43.26%84.31%-
XYZ38.6229.8222.79-
YUV150.04113.31174.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=46.64%
G=26.46%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512212400.430.420.16358.7153.7666.08
HexD77A7C02B2A101673642
Octal327172174053522054766102
Binary11010111111101011111000101011101010100001011001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A7C; }

 p { color: rgb(215,122,124); }

 H1.HeaderClassName
 {
   color: #D77A7C;
 }
 .AnyTagClassName
 {
   color: #D77A7C;
 }
</style>
background-color css

<style>
 a { background-color: #D77A7C; }

 a { background-color: rgb(215,122,124); }

 div.DivClassName
 {
   background-color: #D77A7C;
 }
 .BgClassName
 {
   background-color: #D77A7C;
 }
</style>
border-color css

<style>
 span { border-color: #D77A7C; }

 span { border-color: rgb(215,122,124); }

 td.TdClassName
 {
   border-color: #D77A7C;
 }
 .TagClassName
 {
   border-color: #D77A7C;
 }
</style>