Shades of Froly #D97077
Tints of Froly #D97077
RGB
CMYK
RGB Variations
Color information
#D97077 (or 0xD97077) is known color: Froly. HEX triplet: D9, 70 and 77. RGB value is (217,112,119). Sum of RGB (Red+Green+Blue) = 217+112+119=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97077 is #268F88. Grayscale: #909090. Windows color (decimal): -2527113 or 7827673. OLE color: 7827673.
HSL color Cylindrical-coordinate representation of color #D97077: hue angle of 356º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97077 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 119 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.15 |
| HSL | 356º | 0.58% | 0.65% | - |
| HSV(B) | 356º | 0.48% | 0.85% | - |
| XYZ | 37.74 | 27.67 | 20.8 | - |
| YUV | 144.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 119 | 0 | 0.48 | 0.45 | 0.15 | 356 | 0.58 | 0.65 |
| Hex | D9 | 70 | 77 | 0 | 30 | 2D | F | 164 | 3A | 41 |
| Octal | 331 | 160 | 167 | 0 | 60 | 55 | 17 | 544 | 72 | 101 |
| Binary | 11011001 | 1110000 | 1110111 | 0 | 110000 | 101101 | 1111 | 101100100 | 111010 | 1000001 |
Color Harmonies of #D97077
Complementary color
Monochromatic Colors of #D97077
Black with #D97077
Text Example
Text Example
White with #D97077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97077; }
p { color: rgb(217,112,119); }
H1.HeaderClassName
{
color: #D97077;
}
.AnyTagClassName
{
color: #D97077;
}
</style>
background-color css
<style>
a { background-color: #D97077; }
a { background-color: rgb(217,112,119); }
div.DivClassName
{
background-color: #D97077;
}
.BgClassName
{
background-color: #D97077;
}
</style>
border-color css
<style>
span { border-color: #D97077; }
span { border-color: rgb(217,112,119); }
td.TdClassName
{
border-color: #D97077;
}
.TagClassName
{
border-color: #D97077;
}
</style>