Shades of Froly #D47677
Tints of Froly #D47677
RGB
CMYK
RGB Variations
Color information
#D47677 (or 0xD47677) is known color: Froly. HEX triplet: D4, 76 and 77. RGB value is (212,118,119). Sum of RGB (Red+Green+Blue) = 212+118+119=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47677 is #2B8988. Grayscale: #929292. Windows color (decimal): -2853257 or 7829204. OLE color: 7829204.
HSL color Cylindrical-coordinate representation of color #D47677: hue angle of 359.36º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47677 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 119 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.17 |
| HSL | 359.36º | 0.52% | 0.65% | - |
| HSV(B) | 359.36º | 0.44% | 0.83% | - |
| XYZ | 36.96 | 28.29 | 20.96 | - |
| YUV | 146.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 119 | 0 | 0.44 | 0.44 | 0.17 | 359.36 | 0.52 | 0.65 |
| Hex | D4 | 76 | 77 | 0 | 2C | 2C | 11 | 167 | 34 | 41 |
| Octal | 324 | 166 | 167 | 0 | 54 | 54 | 21 | 547 | 64 | 101 |
| Binary | 11010100 | 1110110 | 1110111 | 0 | 101100 | 101100 | 10001 | 101100111 | 110100 | 1000001 |
Color Harmonies of #D47677
Complementary color
Monochromatic Colors of #D47677
Black with #D47677
Text Example
Text Example
White with #D47677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47677; }
p { color: rgb(212,118,119); }
H1.HeaderClassName
{
color: #D47677;
}
.AnyTagClassName
{
color: #D47677;
}
</style>
background-color css
<style>
a { background-color: #D47677; }
a { background-color: rgb(212,118,119); }
div.DivClassName
{
background-color: #D47677;
}
.BgClassName
{
background-color: #D47677;
}
</style>
border-color css
<style>
span { border-color: #D47677; }
span { border-color: rgb(212,118,119); }
td.TdClassName
{
border-color: #D47677;
}
.TagClassName
{
border-color: #D47677;
}
</style>