Shades of Froly #D06F77
Tints of Froly #D06F77
RGB
CMYK
RGB Variations
Color information
#D06F77 (or 0xD06F77) is known color: Froly. HEX triplet: D0, 6F and 77. RGB value is (208,111,119). Sum of RGB (Red+Green+Blue) = 208+111+119=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F77 is #2F9088. Grayscale: #8C8C8C. Windows color (decimal): -3117193 or 7827408. OLE color: 7827408.
HSL color Cylindrical-coordinate representation of color #D06F77: hue angle of 355.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F77 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 119 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.18 |
| HSL | 355.05º | 0.51% | 0.63% | - |
| HSV(B) | 355.05º | 0.47% | 0.82% | - |
| XYZ | 35.03 | 26.11 | 20.65 | - |
| YUV | 140.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 119 | 0 | 0.47 | 0.43 | 0.18 | 355.05 | 0.51 | 0.63 |
| Hex | D0 | 6F | 77 | 0 | 2F | 2B | 12 | 163 | 33 | 3F |
| Octal | 320 | 157 | 167 | 0 | 57 | 53 | 22 | 543 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1110111 | 0 | 101111 | 101011 | 10010 | 101100011 | 110011 | 111111 |
Color Harmonies of #D06F77
Complementary color
Monochromatic Colors of #D06F77
Black with #D06F77
Text Example
Text Example
White with #D06F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F77; }
p { color: rgb(208,111,119); }
H1.HeaderClassName
{
color: #D06F77;
}
.AnyTagClassName
{
color: #D06F77;
}
</style>
background-color css
<style>
a { background-color: #D06F77; }
a { background-color: rgb(208,111,119); }
div.DivClassName
{
background-color: #D06F77;
}
.BgClassName
{
background-color: #D06F77;
}
</style>
border-color css
<style>
span { border-color: #D06F77; }
span { border-color: rgb(208,111,119); }
td.TdClassName
{
border-color: #D06F77;
}
.TagClassName
{
border-color: #D06F77;
}
</style>