Shades of Froly #D07277
Tints of Froly #D07277
RGB
CMYK
RGB Variations
Color information
#D07277 (or 0xD07277) is known color: Froly. HEX triplet: D0, 72 and 77. RGB value is (208,114,119). Sum of RGB (Red+Green+Blue) = 208+114+119=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07277 is #2F8D88. Grayscale: #8E8E8E. Windows color (decimal): -3116425 or 7828176. OLE color: 7828176.
HSL color Cylindrical-coordinate representation of color #D07277: hue angle of 356.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07277 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 119 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.18 |
| HSL | 356.81º | 0.5% | 0.63% | - |
| HSV(B) | 356.81º | 0.45% | 0.82% | - |
| XYZ | 35.36 | 26.78 | 20.76 | - |
| YUV | 142.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 119 | 0 | 0.45 | 0.43 | 0.18 | 356.81 | 0.5 | 0.63 |
| Hex | D0 | 72 | 77 | 0 | 2D | 2B | 12 | 165 | 32 | 3F |
| Octal | 320 | 162 | 167 | 0 | 55 | 53 | 22 | 545 | 62 | 77 |
| Binary | 11010000 | 1110010 | 1110111 | 0 | 101101 | 101011 | 10010 | 101100101 | 110010 | 111111 |
Color Harmonies of #D07277
Complementary color
Monochromatic Colors of #D07277
Black with #D07277
Text Example
Text Example
White with #D07277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07277; }
p { color: rgb(208,114,119); }
H1.HeaderClassName
{
color: #D07277;
}
.AnyTagClassName
{
color: #D07277;
}
</style>
background-color css
<style>
a { background-color: #D07277; }
a { background-color: rgb(208,114,119); }
div.DivClassName
{
background-color: #D07277;
}
.BgClassName
{
background-color: #D07277;
}
</style>
border-color css
<style>
span { border-color: #D07277; }
span { border-color: rgb(208,114,119); }
td.TdClassName
{
border-color: #D07277;
}
.TagClassName
{
border-color: #D07277;
}
</style>