#D77179

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

Shades of Froly #D77179

Tints of Froly #D77179

Color information

#D77179 (or 0xD77179) is unknown color: approx Froly. HEX triplet: D7, 71 and 79. RGB value is (215,113,121). Sum of RGB (Red+Green+Blue) = 215+113+121=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77179 is #288E86. Grayscale: #909090. Windows color (decimal): -2657927 or 7958999. OLE color: 7958999.

HSL color Cylindrical-coordinate representation of color #D77179: hue angle of 355.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77179 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB215113121-
CMYK00.470.440.16
HSL355.29º56.04%64.31%-
HSV(B)355.29º47.44%84.31%-
XYZ37.3827.6421.45-
YUV144.41114.79178.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=47.88%
G=25.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511312100.470.440.16355.2956.0464.31
HexD7717902F2C101633840
Octal327161171057542054370100
Binary11010111111000111110010101111101100100001011000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77179; }

 p { color: rgb(215,113,121); }

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

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

 a { background-color: rgb(215,113,121); }

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

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

 span { border-color: rgb(215,113,121); }

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