Shades of Froly #D87E7F
Tints of Froly #D87E7F
RGB
CMYK
RGB Variations
Color information
#D87E7F (or 0xD87E7F) is known color: Froly. HEX triplet: D8, 7E and 7F. RGB value is (216,126,127). Sum of RGB (Red+Green+Blue) = 216+126+127=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87E7F is #278180. Grayscale: #999999. Windows color (decimal): -2589057 or 8355544. OLE color: 8355544.
HSL color Cylindrical-coordinate representation of color #D87E7F: hue angle of 359.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87E7F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 127 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.15 |
| HSL | 359.33º | 0.54% | 0.67% | - |
| HSV(B) | 359.33º | 0.42% | 0.85% | - |
| XYZ | 39.61 | 31.05 | 23.98 | - |
| YUV | 153.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 127 | 0 | 0.42 | 0.41 | 0.15 | 359.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | 7F | 0 | 2A | 29 | F | 167 | 36 | 43 |
| Octal | 330 | 176 | 177 | 0 | 52 | 51 | 17 | 547 | 66 | 103 |
| Binary | 11011000 | 1111110 | 1111111 | 0 | 101010 | 101001 | 1111 | 101100111 | 110110 | 1000011 |
Color Harmonies of #D87E7F
Complementary color
Monochromatic Colors of #D87E7F
Black with #D87E7F
Text Example
Text Example
White with #D87E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E7F; }
p { color: rgb(216,126,127); }
H1.HeaderClassName
{
color: #D87E7F;
}
.AnyTagClassName
{
color: #D87E7F;
}
</style>
background-color css
<style>
a { background-color: #D87E7F; }
a { background-color: rgb(216,126,127); }
div.DivClassName
{
background-color: #D87E7F;
}
.BgClassName
{
background-color: #D87E7F;
}
</style>
border-color css
<style>
span { border-color: #D87E7F; }
span { border-color: rgb(216,126,127); }
td.TdClassName
{
border-color: #D87E7F;
}
.TagClassName
{
border-color: #D87E7F;
}
</style>