Shades of Froly #D76970
Tints of Froly #D76970
RGB
CMYK
RGB Variations
Color information
#D76970 (or 0xD76970) is known color: Froly. HEX triplet: D7, 69 and 70. RGB value is (215,105,112). Sum of RGB (Red+Green+Blue) = 215+105+112=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76970 is #28968F. Grayscale: #8A8A8A. Windows color (decimal): -2659984 or 7367127. OLE color: 7367127.
HSL color Cylindrical-coordinate representation of color #D76970: hue angle of 356.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76970 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 112 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.16 |
| HSL | 356.18º | 0.58% | 0.63% | - |
| HSV(B) | 356.18º | 0.51% | 0.84% | - |
| XYZ | 36 | 25.72 | 18.4 | - |
| YUV | 138.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 112 | 0 | 0.51 | 0.48 | 0.16 | 356.18 | 0.58 | 0.63 |
| Hex | D7 | 69 | 70 | 0 | 33 | 30 | 10 | 164 | 3A | 3F |
| Octal | 327 | 151 | 160 | 0 | 63 | 60 | 20 | 544 | 72 | 77 |
| Binary | 11010111 | 1101001 | 1110000 | 0 | 110011 | 110000 | 10000 | 101100100 | 111010 | 111111 |
Color Harmonies of #D76970
Complementary color
Monochromatic Colors of #D76970
Black with #D76970
Text Example
Text Example
White with #D76970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76970; }
p { color: rgb(215,105,112); }
H1.HeaderClassName
{
color: #D76970;
}
.AnyTagClassName
{
color: #D76970;
}
</style>
background-color css
<style>
a { background-color: #D76970; }
a { background-color: rgb(215,105,112); }
div.DivClassName
{
background-color: #D76970;
}
.BgClassName
{
background-color: #D76970;
}
</style>
border-color css
<style>
span { border-color: #D76970; }
span { border-color: rgb(215,105,112); }
td.TdClassName
{
border-color: #D76970;
}
.TagClassName
{
border-color: #D76970;
}
</style>