Shades of Froly #D77479
Tints of Froly #D77479
RGB
CMYK
RGB Variations
Color information
#D77479 (or 0xD77479) is known color: Froly. HEX triplet: D7, 74 and 79. RGB value is (215,116,121). Sum of RGB (Red+Green+Blue) = 215+116+121=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D77479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77479 is #288B86. Grayscale: #929292. Windows color (decimal): -2657159 or 7959767. OLE color: 7959767.
HSL color Cylindrical-coordinate representation of color #D77479: hue angle of 356.97º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77479 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 121 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.16 |
| HSL | 356.97º | 0.55% | 0.65% | - |
| HSV(B) | 356.97º | 0.46% | 0.84% | - |
| XYZ | 37.72 | 28.32 | 21.57 | - |
| YUV | 146.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 121 | 0 | 0.46 | 0.44 | 0.16 | 356.97 | 0.55 | 0.65 |
| Hex | D7 | 74 | 79 | 0 | 2E | 2C | 10 | 165 | 37 | 41 |
| Octal | 327 | 164 | 171 | 0 | 56 | 54 | 20 | 545 | 67 | 101 |
| Binary | 11010111 | 1110100 | 1111001 | 0 | 101110 | 101100 | 10000 | 101100101 | 110111 | 1000001 |
Color Harmonies of #D77479
Complementary color
Monochromatic Colors of #D77479
Black with #D77479
Text Example
Text Example
White with #D77479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77479; }
p { color: rgb(215,116,121); }
H1.HeaderClassName
{
color: #D77479;
}
.AnyTagClassName
{
color: #D77479;
}
</style>
background-color css
<style>
a { background-color: #D77479; }
a { background-color: rgb(215,116,121); }
div.DivClassName
{
background-color: #D77479;
}
.BgClassName
{
background-color: #D77479;
}
</style>
border-color css
<style>
span { border-color: #D77479; }
span { border-color: rgb(215,116,121); }
td.TdClassName
{
border-color: #D77479;
}
.TagClassName
{
border-color: #D77479;
}
</style>