Shades of Froly #D47577
Tints of Froly #D47577
RGB
CMYK
RGB Variations
Color information
#D47577 (or 0xD47577) is known color: Froly. HEX triplet: D4, 75 and 77. RGB value is (212,117,119). Sum of RGB (Red+Green+Blue) = 212+117+119=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47577 is #2B8A88. Grayscale: #919191. Windows color (decimal): -2853513 or 7828948. OLE color: 7828948.
HSL color Cylindrical-coordinate representation of color #D47577: hue angle of 358.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47577 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 119 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.17 |
| HSL | 358.74º | 0.52% | 0.65% | - |
| HSV(B) | 358.74º | 0.45% | 0.83% | - |
| XYZ | 36.84 | 28.05 | 20.93 | - |
| YUV | 145.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 119 | 0 | 0.45 | 0.44 | 0.17 | 358.74 | 0.52 | 0.65 |
| Hex | D4 | 75 | 77 | 0 | 2D | 2C | 11 | 167 | 34 | 41 |
| Octal | 324 | 165 | 167 | 0 | 55 | 54 | 21 | 547 | 64 | 101 |
| Binary | 11010100 | 1110101 | 1110111 | 0 | 101101 | 101100 | 10001 | 101100111 | 110100 | 1000001 |
Color Harmonies of #D47577
Complementary color
Monochromatic Colors of #D47577
Black with #D47577
Text Example
Text Example
White with #D47577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47577; }
p { color: rgb(212,117,119); }
H1.HeaderClassName
{
color: #D47577;
}
.AnyTagClassName
{
color: #D47577;
}
</style>
background-color css
<style>
a { background-color: #D47577; }
a { background-color: rgb(212,117,119); }
div.DivClassName
{
background-color: #D47577;
}
.BgClassName
{
background-color: #D47577;
}
</style>
border-color css
<style>
span { border-color: #D47577; }
span { border-color: rgb(212,117,119); }
td.TdClassName
{
border-color: #D47577;
}
.TagClassName
{
border-color: #D47577;
}
</style>