Shades of Froly #D96D77
Tints of Froly #D96D77
RGB
CMYK
RGB Variations
Color information
#D96D77 (or 0xD96D77) is known color: Froly. HEX triplet: D9, 6D and 77. RGB value is (217,109,119). Sum of RGB (Red+Green+Blue) = 217+109+119=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D77 is #269288. Grayscale: #8E8E8E. Windows color (decimal): -2527881 or 7826905. OLE color: 7826905.
HSL color Cylindrical-coordinate representation of color #D96D77: hue angle of 354.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D77 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 119 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.15 |
| HSL | 354.44º | 0.59% | 0.64% | - |
| HSV(B) | 354.44º | 0.5% | 0.85% | - |
| XYZ | 37.41 | 27.02 | 20.7 | - |
| YUV | 142.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 119 | 0 | 0.50 | 0.45 | 0.15 | 354.44 | 0.59 | 0.64 |
| Hex | D9 | 6D | 77 | 0 | 32 | 2D | F | 162 | 3B | 40 |
| Octal | 331 | 155 | 167 | 0 | 62 | 55 | 17 | 542 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1110111 | 0 | 110010 | 101101 | 1111 | 101100010 | 111011 | 1000000 |
Color Harmonies of #D96D77
Complementary color
Monochromatic Colors of #D96D77
Black with #D96D77
Text Example
Text Example
White with #D96D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D77; }
p { color: rgb(217,109,119); }
H1.HeaderClassName
{
color: #D96D77;
}
.AnyTagClassName
{
color: #D96D77;
}
</style>
background-color css
<style>
a { background-color: #D96D77; }
a { background-color: rgb(217,109,119); }
div.DivClassName
{
background-color: #D96D77;
}
.BgClassName
{
background-color: #D96D77;
}
</style>
border-color css
<style>
span { border-color: #D96D77; }
span { border-color: rgb(217,109,119); }
td.TdClassName
{
border-color: #D96D77;
}
.TagClassName
{
border-color: #D96D77;
}
</style>