Shades of Froly #D76470
Tints of Froly #D76470
RGB
CMYK
RGB Variations
Color information
#D76470 (or 0xD76470) is known color: Froly. HEX triplet: D7, 64 and 70. RGB value is (215,100,112). Sum of RGB (Red+Green+Blue) = 215+100+112=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76470 is #289B8F. Grayscale: #878787. Windows color (decimal): -2661264 or 7365847. OLE color: 7365847.
HSL color Cylindrical-coordinate representation of color #D76470: hue angle of 353.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76470 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 112 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.16 |
| HSL | 353.74º | 0.59% | 0.62% | - |
| HSV(B) | 353.74º | 0.53% | 0.84% | - |
| XYZ | 35.51 | 24.73 | 18.23 | - |
| YUV | 135.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 112 | 0 | 0.53 | 0.48 | 0.16 | 353.74 | 0.59 | 0.62 |
| Hex | D7 | 64 | 70 | 0 | 35 | 30 | 10 | 162 | 3B | 3E |
| Octal | 327 | 144 | 160 | 0 | 65 | 60 | 20 | 542 | 73 | 76 |
| Binary | 11010111 | 1100100 | 1110000 | 0 | 110101 | 110000 | 10000 | 101100010 | 111011 | 111110 |
Color Harmonies of #D76470
Complementary color
Monochromatic Colors of #D76470
Black with #D76470
Text Example
Text Example
White with #D76470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76470; }
p { color: rgb(215,100,112); }
H1.HeaderClassName
{
color: #D76470;
}
.AnyTagClassName
{
color: #D76470;
}
</style>
background-color css
<style>
a { background-color: #D76470; }
a { background-color: rgb(215,100,112); }
div.DivClassName
{
background-color: #D76470;
}
.BgClassName
{
background-color: #D76470;
}
</style>
border-color css
<style>
span { border-color: #D76470; }
span { border-color: rgb(215,100,112); }
td.TdClassName
{
border-color: #D76470;
}
.TagClassName
{
border-color: #D76470;
}
</style>