Shades of Froly #D96A77
Tints of Froly #D96A77
RGB
CMYK
RGB Variations
Color information
#D96A77 (or 0xD96A77) is known color: Froly. HEX triplet: D9, 6A and 77. RGB value is (217,106,119). Sum of RGB (Red+Green+Blue) = 217+106+119=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A77 is #269588. Grayscale: #8C8C8C. Windows color (decimal): -2528649 or 7826137. OLE color: 7826137.
HSL color Cylindrical-coordinate representation of color #D96A77: hue angle of 352.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A77 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 119 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.15 |
| HSL | 352.97º | 0.59% | 0.63% | - |
| HSV(B) | 352.97º | 0.51% | 0.85% | - |
| XYZ | 37.1 | 26.39 | 20.59 | - |
| YUV | 140.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 119 | 0 | 0.51 | 0.45 | 0.15 | 352.97 | 0.59 | 0.63 |
| Hex | D9 | 6A | 77 | 0 | 33 | 2D | F | 161 | 3B | 3F |
| Octal | 331 | 152 | 167 | 0 | 63 | 55 | 17 | 541 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1110111 | 0 | 110011 | 101101 | 1111 | 101100001 | 111011 | 111111 |
Color Harmonies of #D96A77
Complementary color
Monochromatic Colors of #D96A77
Black with #D96A77
Text Example
Text Example
White with #D96A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A77; }
p { color: rgb(217,106,119); }
H1.HeaderClassName
{
color: #D96A77;
}
.AnyTagClassName
{
color: #D96A77;
}
</style>
background-color css
<style>
a { background-color: #D96A77; }
a { background-color: rgb(217,106,119); }
div.DivClassName
{
background-color: #D96A77;
}
.BgClassName
{
background-color: #D96A77;
}
</style>
border-color css
<style>
span { border-color: #D96A77; }
span { border-color: rgb(217,106,119); }
td.TdClassName
{
border-color: #D96A77;
}
.TagClassName
{
border-color: #D96A77;
}
</style>