Shades of Froly #D76871
Tints of Froly #D76871
RGB
CMYK
RGB Variations
Color information
#D76871 (or 0xD76871) is known color: Froly. HEX triplet: D7, 68 and 71. RGB value is (215,104,113). Sum of RGB (Red+Green+Blue) = 215+104+113=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76871 is #28978E. Grayscale: #8A8A8A. Windows color (decimal): -2660239 or 7432407. OLE color: 7432407.
HSL color Cylindrical-coordinate representation of color #D76871: hue angle of 355.14º 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 #D76871 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 113 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.16 |
| HSL | 355.14º | 0.58% | 0.63% | - |
| HSV(B) | 355.14º | 0.52% | 0.84% | - |
| XYZ | 35.96 | 25.54 | 18.66 | - |
| YUV | 138.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 113 | 0 | 0.52 | 0.47 | 0.16 | 355.14 | 0.58 | 0.63 |
| Hex | D7 | 68 | 71 | 0 | 34 | 2F | 10 | 163 | 3A | 3F |
| Octal | 327 | 150 | 161 | 0 | 64 | 57 | 20 | 543 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1110001 | 0 | 110100 | 101111 | 10000 | 101100011 | 111010 | 111111 |
Color Harmonies of #D76871
Complementary color
Monochromatic Colors of #D76871
Black with #D76871
Text Example
Text Example
White with #D76871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76871; }
p { color: rgb(215,104,113); }
H1.HeaderClassName
{
color: #D76871;
}
.AnyTagClassName
{
color: #D76871;
}
</style>
background-color css
<style>
a { background-color: #D76871; }
a { background-color: rgb(215,104,113); }
div.DivClassName
{
background-color: #D76871;
}
.BgClassName
{
background-color: #D76871;
}
</style>
border-color css
<style>
span { border-color: #D76871; }
span { border-color: rgb(215,104,113); }
td.TdClassName
{
border-color: #D76871;
}
.TagClassName
{
border-color: #D76871;
}
</style>