Shades of Froly #D16D77
Tints of Froly #D16D77
RGB
CMYK
RGB Variations
Color information
#D16D77 (or 0xD16D77) is known color: Froly. HEX triplet: D1, 6D and 77. RGB value is (209,109,119). Sum of RGB (Red+Green+Blue) = 209+109+119=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D77 is #2E9288. Grayscale: #8C8C8C. Windows color (decimal): -3052169 or 7826897. OLE color: 7826897.
HSL color Cylindrical-coordinate representation of color #D16D77: hue angle of 354º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D77 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 119 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.18 |
| HSL | 354º | 0.52% | 0.62% | - |
| HSV(B) | 354º | 0.48% | 0.82% | - |
| XYZ | 35.09 | 25.82 | 20.59 | - |
| YUV | 140.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 119 | 0 | 0.48 | 0.43 | 0.18 | 354 | 0.52 | 0.62 |
| Hex | D1 | 6D | 77 | 0 | 30 | 2B | 12 | 162 | 34 | 3E |
| Octal | 321 | 155 | 167 | 0 | 60 | 53 | 22 | 542 | 64 | 76 |
| Binary | 11010001 | 1101101 | 1110111 | 0 | 110000 | 101011 | 10010 | 101100010 | 110100 | 111110 |
Color Harmonies of #D16D77
Complementary color
Monochromatic Colors of #D16D77
Black with #D16D77
Text Example
Text Example
White with #D16D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D77; }
p { color: rgb(209,109,119); }
H1.HeaderClassName
{
color: #D16D77;
}
.AnyTagClassName
{
color: #D16D77;
}
</style>
background-color css
<style>
a { background-color: #D16D77; }
a { background-color: rgb(209,109,119); }
div.DivClassName
{
background-color: #D16D77;
}
.BgClassName
{
background-color: #D16D77;
}
</style>
border-color css
<style>
span { border-color: #D16D77; }
span { border-color: rgb(209,109,119); }
td.TdClassName
{
border-color: #D16D77;
}
.TagClassName
{
border-color: #D16D77;
}
</style>