Shades of Froly #D76877
Tints of Froly #D76877
RGB
CMYK
RGB Variations
Color information
#D76877 (or 0xD76877) is known color: Froly. HEX triplet: D7, 68 and 77. RGB value is (215,104,119). Sum of RGB (Red+Green+Blue) = 215+104+119=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76877 is #289788. Grayscale: #8A8A8A. Windows color (decimal): -2660233 or 7825623. OLE color: 7825623.
HSL color Cylindrical-coordinate representation of color #D76877: hue angle of 351.89º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76877 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 119 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.16 |
| HSL | 351.89º | 0.58% | 0.63% | - |
| HSV(B) | 351.89º | 0.52% | 0.84% | - |
| XYZ | 36.3 | 25.68 | 20.5 | - |
| YUV | 138.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 119 | 0 | 0.52 | 0.45 | 0.16 | 351.89 | 0.58 | 0.63 |
| Hex | D7 | 68 | 77 | 0 | 34 | 2D | 10 | 160 | 3A | 3F |
| Octal | 327 | 150 | 167 | 0 | 64 | 55 | 20 | 540 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1110111 | 0 | 110100 | 101101 | 10000 | 101100000 | 111010 | 111111 |
Color Harmonies of #D76877
Complementary color
Monochromatic Colors of #D76877
Black with #D76877
Text Example
Text Example
White with #D76877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76877; }
p { color: rgb(215,104,119); }
H1.HeaderClassName
{
color: #D76877;
}
.AnyTagClassName
{
color: #D76877;
}
</style>
background-color css
<style>
a { background-color: #D76877; }
a { background-color: rgb(215,104,119); }
div.DivClassName
{
background-color: #D76877;
}
.BgClassName
{
background-color: #D76877;
}
</style>
border-color css
<style>
span { border-color: #D76877; }
span { border-color: rgb(215,104,119); }
td.TdClassName
{
border-color: #D76877;
}
.TagClassName
{
border-color: #D76877;
}
</style>