Shades of Froly #D86A77
Tints of Froly #D86A77
RGB
CMYK
RGB Variations
Color information
#D86A77 (or 0xD86A77) is known color: Froly. HEX triplet: D8, 6A and 77. RGB value is (216,106,119). Sum of RGB (Red+Green+Blue) = 216+106+119=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A77 is #279588. Grayscale: #8C8C8C. Windows color (decimal): -2594185 or 7826136. OLE color: 7826136.
HSL color Cylindrical-coordinate representation of color #D86A77: hue angle of 352.91º 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 #D86A77 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 119 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.15 |
| HSL | 352.91º | 0.59% | 0.63% | - |
| HSV(B) | 352.91º | 0.51% | 0.85% | - |
| XYZ | 36.8 | 26.24 | 20.58 | - |
| YUV | 140.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 119 | 0 | 0.51 | 0.45 | 0.15 | 352.91 | 0.59 | 0.63 |
| Hex | D8 | 6A | 77 | 0 | 33 | 2D | F | 161 | 3B | 3F |
| Octal | 330 | 152 | 167 | 0 | 63 | 55 | 17 | 541 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1110111 | 0 | 110011 | 101101 | 1111 | 101100001 | 111011 | 111111 |
Color Harmonies of #D86A77
Complementary color
Monochromatic Colors of #D86A77
Black with #D86A77
Text Example
Text Example
White with #D86A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A77; }
p { color: rgb(216,106,119); }
H1.HeaderClassName
{
color: #D86A77;
}
.AnyTagClassName
{
color: #D86A77;
}
</style>
background-color css
<style>
a { background-color: #D86A77; }
a { background-color: rgb(216,106,119); }
div.DivClassName
{
background-color: #D86A77;
}
.BgClassName
{
background-color: #D86A77;
}
</style>
border-color css
<style>
span { border-color: #D86A77; }
span { border-color: rgb(216,106,119); }
td.TdClassName
{
border-color: #D86A77;
}
.TagClassName
{
border-color: #D86A77;
}
</style>