Shades of Froly #D76370
Tints of Froly #D76370
RGB
CMYK
RGB Variations
Color information
#D76370 (or 0xD76370) is known color: Froly. HEX triplet: D7, 63 and 70. RGB value is (215,99,112). Sum of RGB (Red+Green+Blue) = 215+99+112=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76370 is #289C8F. Grayscale: #878787. Windows color (decimal): -2661520 or 7365591. OLE color: 7365591.
HSL color Cylindrical-coordinate representation of color #D76370: hue angle of 353.28º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76370 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 112 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.16 |
| HSL | 353.28º | 0.59% | 0.62% | - |
| HSV(B) | 353.28º | 0.54% | 0.84% | - |
| XYZ | 35.41 | 24.54 | 18.2 | - |
| YUV | 135.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 112 | 0 | 0.54 | 0.48 | 0.16 | 353.28 | 0.59 | 0.62 |
| Hex | D7 | 63 | 70 | 0 | 36 | 30 | 10 | 161 | 3B | 3E |
| Octal | 327 | 143 | 160 | 0 | 66 | 60 | 20 | 541 | 73 | 76 |
| Binary | 11010111 | 1100011 | 1110000 | 0 | 110110 | 110000 | 10000 | 101100001 | 111011 | 111110 |
Color Harmonies of #D76370
Complementary color
Monochromatic Colors of #D76370
Black with #D76370
Text Example
Text Example
White with #D76370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76370; }
p { color: rgb(215,99,112); }
H1.HeaderClassName
{
color: #D76370;
}
.AnyTagClassName
{
color: #D76370;
}
</style>
background-color css
<style>
a { background-color: #D76370; }
a { background-color: rgb(215,99,112); }
div.DivClassName
{
background-color: #D76370;
}
.BgClassName
{
background-color: #D76370;
}
</style>
border-color css
<style>
span { border-color: #D76370; }
span { border-color: rgb(215,99,112); }
td.TdClassName
{
border-color: #D76370;
}
.TagClassName
{
border-color: #D76370;
}
</style>