Shades of Froly #DC7879
Tints of Froly #DC7879
RGB
CMYK
RGB Variations
Color information
#DC7879 (or 0xDC7879) is known color: Froly. HEX triplet: DC, 78 and 79. RGB value is (220,120,121). Sum of RGB (Red+Green+Blue) = 220+120+121=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7879 is #238786. Grayscale: #969696. Windows color (decimal): -2328455 or 7960796. OLE color: 7960796.
HSL color Cylindrical-coordinate representation of color #DC7879: hue angle of 359.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7879 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 121 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 359.4º | 0.59% | 0.67% | - |
| HSV(B) | 359.4º | 0.45% | 0.86% | - |
| XYZ | 39.68 | 30.03 | 21.79 | - |
| YUV | 150.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 121 | 0 | 0.45 | 0.45 | 0.14 | 359.4 | 0.59 | 0.67 |
| Hex | DC | 78 | 79 | 0 | 2D | 2D | E | 167 | 3B | 43 |
| Octal | 334 | 170 | 171 | 0 | 55 | 55 | 16 | 547 | 73 | 103 |
| Binary | 11011100 | 1111000 | 1111001 | 0 | 101101 | 101101 | 1110 | 101100111 | 111011 | 1000011 |
Color Harmonies of #DC7879
Complementary color
Monochromatic Colors of #DC7879
Black with #DC7879
Text Example
Text Example
White with #DC7879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7879; }
p { color: rgb(220,120,121); }
H1.HeaderClassName
{
color: #DC7879;
}
.AnyTagClassName
{
color: #DC7879;
}
</style>
background-color css
<style>
a { background-color: #DC7879; }
a { background-color: rgb(220,120,121); }
div.DivClassName
{
background-color: #DC7879;
}
.BgClassName
{
background-color: #DC7879;
}
</style>
border-color css
<style>
span { border-color: #DC7879; }
span { border-color: rgb(220,120,121); }
td.TdClassName
{
border-color: #DC7879;
}
.TagClassName
{
border-color: #DC7879;
}
</style>