Shades of Froly #D87C7E
Tints of Froly #D87C7E
RGB
CMYK
RGB Variations
Color information
#D87C7E (or 0xD87C7E) is known color: Froly. HEX triplet: D8, 7C and 7E. RGB value is (216,124,126). Sum of RGB (Red+Green+Blue) = 216+124+126=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C7E is #278381. Grayscale: #979797. Windows color (decimal): -2589570 or 8289496. OLE color: 8289496.
HSL color Cylindrical-coordinate representation of color #D87C7E: hue angle of 358.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.7º | 0.54% | 0.67% | - |
| HSV(B) | 358.7º | 0.43% | 0.85% | - |
| XYZ | 39.29 | 30.52 | 23.56 | - |
| YUV | 151.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 126 | 0 | 0.43 | 0.42 | 0.15 | 358.7 | 0.54 | 0.67 |
| Hex | D8 | 7C | 7E | 0 | 2B | 2A | F | 167 | 36 | 43 |
| Octal | 330 | 174 | 176 | 0 | 53 | 52 | 17 | 547 | 66 | 103 |
| Binary | 11011000 | 1111100 | 1111110 | 0 | 101011 | 101010 | 1111 | 101100111 | 110110 | 1000011 |
Color Harmonies of #D87C7E
Complementary color
Monochromatic Colors of #D87C7E
Black with #D87C7E
Text Example
Text Example
White with #D87C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C7E; }
p { color: rgb(216,124,126); }
H1.HeaderClassName
{
color: #D87C7E;
}
.AnyTagClassName
{
color: #D87C7E;
}
</style>
background-color css
<style>
a { background-color: #D87C7E; }
a { background-color: rgb(216,124,126); }
div.DivClassName
{
background-color: #D87C7E;
}
.BgClassName
{
background-color: #D87C7E;
}
</style>
border-color css
<style>
span { border-color: #D87C7E; }
span { border-color: rgb(216,124,126); }
td.TdClassName
{
border-color: #D87C7E;
}
.TagClassName
{
border-color: #D87C7E;
}
</style>