Shades of Froly #D76F70
Tints of Froly #D76F70
RGB
CMYK
RGB Variations
Color information
#D76F70 (or 0xD76F70) is known color: Froly. HEX triplet: D7, 6F and 70. RGB value is (215,111,112). Sum of RGB (Red+Green+Blue) = 215+111+112=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F70 is #28908F. Grayscale: #8E8E8E. Windows color (decimal): -2658448 or 7368663. OLE color: 7368663.
HSL color Cylindrical-coordinate representation of color #D76F70: hue angle of 359.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F70 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 112 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.16 |
| HSL | 359.42º | 0.57% | 0.64% | - |
| HSV(B) | 359.42º | 0.48% | 0.84% | - |
| XYZ | 36.63 | 26.99 | 18.61 | - |
| YUV | 142.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 112 | 0 | 0.48 | 0.48 | 0.16 | 359.42 | 0.57 | 0.64 |
| Hex | D7 | 6F | 70 | 0 | 30 | 30 | 10 | 167 | 39 | 40 |
| Octal | 327 | 157 | 160 | 0 | 60 | 60 | 20 | 547 | 71 | 100 |
| Binary | 11010111 | 1101111 | 1110000 | 0 | 110000 | 110000 | 10000 | 101100111 | 111001 | 1000000 |
Color Harmonies of #D76F70
Complementary color
Monochromatic Colors of #D76F70
Black with #D76F70
Text Example
Text Example
White with #D76F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F70; }
p { color: rgb(215,111,112); }
H1.HeaderClassName
{
color: #D76F70;
}
.AnyTagClassName
{
color: #D76F70;
}
</style>
background-color css
<style>
a { background-color: #D76F70; }
a { background-color: rgb(215,111,112); }
div.DivClassName
{
background-color: #D76F70;
}
.BgClassName
{
background-color: #D76F70;
}
</style>
border-color css
<style>
span { border-color: #D76F70; }
span { border-color: rgb(215,111,112); }
td.TdClassName
{
border-color: #D76F70;
}
.TagClassName
{
border-color: #D76F70;
}
</style>