Shades of Froly #D96F76
Tints of Froly #D96F76
RGB
CMYK
RGB Variations
Color information
#D96F76 (or 0xD96F76) is known color: Froly. HEX triplet: D9, 6F and 76. RGB value is (217,111,118). Sum of RGB (Red+Green+Blue) = 217+111+118=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F76 is #269089. Grayscale: #8F8F8F. Windows color (decimal): -2527370 or 7761881. OLE color: 7761881.
HSL color Cylindrical-coordinate representation of color #D96F76: hue angle of 356.04º 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 #D96F76 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 118 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.15 |
| HSL | 356.04º | 0.58% | 0.64% | - |
| HSV(B) | 356.04º | 0.49% | 0.85% | - |
| XYZ | 37.57 | 27.43 | 20.45 | - |
| YUV | 143.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 118 | 0 | 0.49 | 0.46 | 0.15 | 356.04 | 0.58 | 0.64 |
| Hex | D9 | 6F | 76 | 0 | 31 | 2E | F | 164 | 3A | 40 |
| Octal | 331 | 157 | 166 | 0 | 61 | 56 | 17 | 544 | 72 | 100 |
| Binary | 11011001 | 1101111 | 1110110 | 0 | 110001 | 101110 | 1111 | 101100100 | 111010 | 1000000 |
Color Harmonies of #D96F76
Complementary color
Monochromatic Colors of #D96F76
Black with #D96F76
Text Example
Text Example
White with #D96F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F76; }
p { color: rgb(217,111,118); }
H1.HeaderClassName
{
color: #D96F76;
}
.AnyTagClassName
{
color: #D96F76;
}
</style>
background-color css
<style>
a { background-color: #D96F76; }
a { background-color: rgb(217,111,118); }
div.DivClassName
{
background-color: #D96F76;
}
.BgClassName
{
background-color: #D96F76;
}
</style>
border-color css
<style>
span { border-color: #D96F76; }
span { border-color: rgb(217,111,118); }
td.TdClassName
{
border-color: #D96F76;
}
.TagClassName
{
border-color: #D96F76;
}
</style>