Shades of Froly #D07176
Tints of Froly #D07176
RGB
CMYK
RGB Variations
Color information
#D07176 (or 0xD07176) is known color: Froly. HEX triplet: D0, 71 and 76. RGB value is (208,113,118). Sum of RGB (Red+Green+Blue) = 208+113+118=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07176 is #2F8E89. Grayscale: #8E8E8E. Windows color (decimal): -3116682 or 7762384. OLE color: 7762384.
HSL color Cylindrical-coordinate representation of color #D07176: hue angle of 356.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07176 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 118 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.18 |
| HSL | 356.84º | 0.5% | 0.63% | - |
| HSV(B) | 356.84º | 0.46% | 0.82% | - |
| XYZ | 35.19 | 26.53 | 20.41 | - |
| YUV | 141.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 118 | 0 | 0.46 | 0.43 | 0.18 | 356.84 | 0.5 | 0.63 |
| Hex | D0 | 71 | 76 | 0 | 2E | 2B | 12 | 165 | 32 | 3F |
| Octal | 320 | 161 | 166 | 0 | 56 | 53 | 22 | 545 | 62 | 77 |
| Binary | 11010000 | 1110001 | 1110110 | 0 | 101110 | 101011 | 10010 | 101100101 | 110010 | 111111 |
Color Harmonies of #D07176
Complementary color
Monochromatic Colors of #D07176
Black with #D07176
Text Example
Text Example
White with #D07176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07176; }
p { color: rgb(208,113,118); }
H1.HeaderClassName
{
color: #D07176;
}
.AnyTagClassName
{
color: #D07176;
}
</style>
background-color css
<style>
a { background-color: #D07176; }
a { background-color: rgb(208,113,118); }
div.DivClassName
{
background-color: #D07176;
}
.BgClassName
{
background-color: #D07176;
}
</style>
border-color css
<style>
span { border-color: #D07176; }
span { border-color: rgb(208,113,118); }
td.TdClassName
{
border-color: #D07176;
}
.TagClassName
{
border-color: #D07176;
}
</style>