Shades of Froly #DC7778
Tints of Froly #DC7778
RGB
CMYK
RGB Variations
Color information
#DC7778 (or 0xDC7778) is known color: Froly. HEX triplet: DC, 77 and 78. RGB value is (220,119,120). Sum of RGB (Red+Green+Blue) = 220+119+120=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7778 is #238887. Grayscale: #959595. Windows color (decimal): -2328712 or 7895004. OLE color: 7895004.
HSL color Cylindrical-coordinate representation of color #DC7778: hue angle of 359.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7778 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 120 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.14 |
| HSL | 359.41º | 0.59% | 0.66% | - |
| HSV(B) | 359.41º | 0.46% | 0.86% | - |
| XYZ | 39.5 | 29.77 | 21.43 | - |
| YUV | 149.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 120 | 0 | 0.46 | 0.45 | 0.14 | 359.41 | 0.59 | 0.66 |
| Hex | DC | 77 | 78 | 0 | 2E | 2D | E | 167 | 3B | 42 |
| Octal | 334 | 167 | 170 | 0 | 56 | 55 | 16 | 547 | 73 | 102 |
| Binary | 11011100 | 1110111 | 1111000 | 0 | 101110 | 101101 | 1110 | 101100111 | 111011 | 1000010 |
Color Harmonies of #DC7778
Complementary color
Monochromatic Colors of #DC7778
Black with #DC7778
Text Example
Text Example
White with #DC7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7778; }
p { color: rgb(220,119,120); }
H1.HeaderClassName
{
color: #DC7778;
}
.AnyTagClassName
{
color: #DC7778;
}
</style>
background-color css
<style>
a { background-color: #DC7778; }
a { background-color: rgb(220,119,120); }
div.DivClassName
{
background-color: #DC7778;
}
.BgClassName
{
background-color: #DC7778;
}
</style>
border-color css
<style>
span { border-color: #DC7778; }
span { border-color: rgb(220,119,120); }
td.TdClassName
{
border-color: #DC7778;
}
.TagClassName
{
border-color: #DC7778;
}
</style>