Shades of Froly #D87B7F
Tints of Froly #D87B7F
RGB
CMYK
RGB Variations
Color information
#D87B7F (or 0xD87B7F) is known color: Froly. HEX triplet: D8, 7B and 7F. RGB value is (216,123,127). Sum of RGB (Red+Green+Blue) = 216+123+127=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B7F is #278480. Grayscale: #979797. Windows color (decimal): -2589825 or 8354776. OLE color: 8354776.
HSL color Cylindrical-coordinate representation of color #D87B7F: hue angle of 357.42º 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 #D87B7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 127 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.15 |
| HSL | 357.42º | 0.54% | 0.66% | - |
| HSV(B) | 357.42º | 0.43% | 0.85% | - |
| XYZ | 39.23 | 30.3 | 23.86 | - |
| YUV | 151.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 127 | 0 | 0.43 | 0.41 | 0.15 | 357.42 | 0.54 | 0.66 |
| Hex | D8 | 7B | 7F | 0 | 2B | 29 | F | 165 | 36 | 42 |
| Octal | 330 | 173 | 177 | 0 | 53 | 51 | 17 | 545 | 66 | 102 |
| Binary | 11011000 | 1111011 | 1111111 | 0 | 101011 | 101001 | 1111 | 101100101 | 110110 | 1000010 |
Color Harmonies of #D87B7F
Complementary color
Monochromatic Colors of #D87B7F
Black with #D87B7F
Text Example
Text Example
White with #D87B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B7F; }
p { color: rgb(216,123,127); }
H1.HeaderClassName
{
color: #D87B7F;
}
.AnyTagClassName
{
color: #D87B7F;
}
</style>
background-color css
<style>
a { background-color: #D87B7F; }
a { background-color: rgb(216,123,127); }
div.DivClassName
{
background-color: #D87B7F;
}
.BgClassName
{
background-color: #D87B7F;
}
</style>
border-color css
<style>
span { border-color: #D87B7F; }
span { border-color: rgb(216,123,127); }
td.TdClassName
{
border-color: #D87B7F;
}
.TagClassName
{
border-color: #D87B7F;
}
</style>