#D96E77

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

Shades of Froly #D96E77

Tints of Froly #D96E77

Color information

#D96E77 (or 0xD96E77) is unknown color: approx Froly. HEX triplet: D9, 6E and 77. RGB value is (217,110,119). Sum of RGB (Red+Green+Blue) = 217+110+119=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E77 is #269188. Grayscale: #8F8F8F. Windows color (decimal): -2527625 or 7827161. OLE color: 7827161.

HSL color Cylindrical-coordinate representation of color #D96E77: hue angle of 354.95º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96E77 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217110119-
CMYK00.490.450.15
HSL354.95º58.47%64.12%-
HSV(B)354.95º49.31%85.1%-
XYZ37.5227.2420.73-
YUV143.02114.45180.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=48.65%
G=24.66%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711011900.490.450.15354.9558.4764.12
HexD96E770312DF1633a40
Octal331156167061551754372100
Binary1101100111011101110111011000110110111111011000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96E77; }

 p { color: rgb(217,110,119); }

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

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

 a { background-color: rgb(217,110,119); }

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

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

 span { border-color: rgb(217,110,119); }

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