Shades of Froly #D87B7E
Tints of Froly #D87B7E
RGB
CMYK
RGB Variations
Color information
#D87B7E (or 0xD87B7E) is known color: Froly. HEX triplet: D8, 7B and 7E. RGB value is (216,123,126). Sum of RGB (Red+Green+Blue) = 216+123+126=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B7E is #278481. Grayscale: #979797. Windows color (decimal): -2589826 or 8289240. OLE color: 8289240.
HSL color Cylindrical-coordinate representation of color #D87B7E: hue angle of 358.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87B7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.06º | 0.54% | 0.66% | - |
| HSV(B) | 358.06º | 0.43% | 0.85% | - |
| XYZ | 39.17 | 30.27 | 23.52 | - |
| YUV | 151.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 126 | 0 | 0.43 | 0.42 | 0.15 | 358.06 | 0.54 | 0.66 |
| Hex | D8 | 7B | 7E | 0 | 2B | 2A | F | 166 | 36 | 42 |
| Octal | 330 | 173 | 176 | 0 | 53 | 52 | 17 | 546 | 66 | 102 |
| Binary | 11011000 | 1111011 | 1111110 | 0 | 101011 | 101010 | 1111 | 101100110 | 110110 | 1000010 |
Color Harmonies of #D87B7E
Complementary color
Monochromatic Colors of #D87B7E
Black with #D87B7E
Text Example
Text Example
White with #D87B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B7E; }
p { color: rgb(216,123,126); }
H1.HeaderClassName
{
color: #D87B7E;
}
.AnyTagClassName
{
color: #D87B7E;
}
</style>
background-color css
<style>
a { background-color: #D87B7E; }
a { background-color: rgb(216,123,126); }
div.DivClassName
{
background-color: #D87B7E;
}
.BgClassName
{
background-color: #D87B7E;
}
</style>
border-color css
<style>
span { border-color: #D87B7E; }
span { border-color: rgb(216,123,126); }
td.TdClassName
{
border-color: #D87B7E;
}
.TagClassName
{
border-color: #D87B7E;
}
</style>