Shades of Froly #D96F77
Tints of Froly #D96F77
RGB
CMYK
RGB Variations
Color information
#D96F77 (or 0xD96F77) is known color: Froly. HEX triplet: D9, 6F and 77. RGB value is (217,111,119). Sum of RGB (Red+Green+Blue) = 217+111+119=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F77 is #269088. Grayscale: #8F8F8F. Windows color (decimal): -2527369 or 7827417. OLE color: 7827417.
HSL color Cylindrical-coordinate representation of color #D96F77: hue angle of 355.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F77 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 119 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.15 |
| HSL | 355.47º | 0.58% | 0.64% | - |
| HSV(B) | 355.47º | 0.49% | 0.85% | - |
| XYZ | 37.63 | 27.45 | 20.77 | - |
| YUV | 143.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 119 | 0 | 0.49 | 0.45 | 0.15 | 355.47 | 0.58 | 0.64 |
| Hex | D9 | 6F | 77 | 0 | 31 | 2D | F | 163 | 3A | 40 |
| Octal | 331 | 157 | 167 | 0 | 61 | 55 | 17 | 543 | 72 | 100 |
| Binary | 11011001 | 1101111 | 1110111 | 0 | 110001 | 101101 | 1111 | 101100011 | 111010 | 1000000 |
Color Harmonies of #D96F77
Complementary color
Monochromatic Colors of #D96F77
Black with #D96F77
Text Example
Text Example
White with #D96F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F77; }
p { color: rgb(217,111,119); }
H1.HeaderClassName
{
color: #D96F77;
}
.AnyTagClassName
{
color: #D96F77;
}
</style>
background-color css
<style>
a { background-color: #D96F77; }
a { background-color: rgb(217,111,119); }
div.DivClassName
{
background-color: #D96F77;
}
.BgClassName
{
background-color: #D96F77;
}
</style>
border-color css
<style>
span { border-color: #D96F77; }
span { border-color: rgb(217,111,119); }
td.TdClassName
{
border-color: #D96F77;
}
.TagClassName
{
border-color: #D96F77;
}
</style>