Shades of Froly #D07177
Tints of Froly #D07177
RGB
CMYK
RGB Variations
Color information
#D07177 (or 0xD07177) is known color: Froly. HEX triplet: D0, 71 and 77. RGB value is (208,113,119). Sum of RGB (Red+Green+Blue) = 208+113+119=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07177 is #2F8E88. Grayscale: #8E8E8E. Windows color (decimal): -3116681 or 7827920. OLE color: 7827920.
HSL color Cylindrical-coordinate representation of color #D07177: hue angle of 356.21º 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 #D07177 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 119 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.18 |
| HSL | 356.21º | 0.5% | 0.63% | - |
| HSV(B) | 356.21º | 0.46% | 0.82% | - |
| XYZ | 35.25 | 26.55 | 20.72 | - |
| YUV | 142.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 119 | 0 | 0.46 | 0.43 | 0.18 | 356.21 | 0.5 | 0.63 |
| Hex | D0 | 71 | 77 | 0 | 2E | 2B | 12 | 164 | 32 | 3F |
| Octal | 320 | 161 | 167 | 0 | 56 | 53 | 22 | 544 | 62 | 77 |
| Binary | 11010000 | 1110001 | 1110111 | 0 | 101110 | 101011 | 10010 | 101100100 | 110010 | 111111 |
Color Harmonies of #D07177
Complementary color
Monochromatic Colors of #D07177
Black with #D07177
Text Example
Text Example
White with #D07177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07177; }
p { color: rgb(208,113,119); }
H1.HeaderClassName
{
color: #D07177;
}
.AnyTagClassName
{
color: #D07177;
}
</style>
background-color css
<style>
a { background-color: #D07177; }
a { background-color: rgb(208,113,119); }
div.DivClassName
{
background-color: #D07177;
}
.BgClassName
{
background-color: #D07177;
}
</style>
border-color css
<style>
span { border-color: #D07177; }
span { border-color: rgb(208,113,119); }
td.TdClassName
{
border-color: #D07177;
}
.TagClassName
{
border-color: #D07177;
}
</style>