Shades of Froly #DC7577
Tints of Froly #DC7577
RGB
CMYK
RGB Variations
Color information
#DC7577 (or 0xDC7577) is known color: Froly. HEX triplet: DC, 75 and 77. RGB value is (220,117,119). Sum of RGB (Red+Green+Blue) = 220+117+119=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7577 is #238A88. Grayscale: #949494. Windows color (decimal): -2329225 or 7828956. OLE color: 7828956.
HSL color Cylindrical-coordinate representation of color #DC7577: hue angle of 358.83º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7577 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 119 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.14 |
| HSL | 358.84º | 0.6% | 0.66% | - |
| HSV(B) | 358.84º | 0.47% | 0.86% | - |
| XYZ | 39.21 | 29.27 | 21.04 | - |
| YUV | 148.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 119 | 0 | 0.47 | 0.46 | 0.14 | 358.84 | 0.6 | 0.66 |
| Hex | DC | 75 | 77 | 0 | 2F | 2E | E | 167 | 3C | 42 |
| Octal | 334 | 165 | 167 | 0 | 57 | 56 | 16 | 547 | 74 | 102 |
| Binary | 11011100 | 1110101 | 1110111 | 0 | 101111 | 101110 | 1110 | 101100111 | 111100 | 1000010 |
Color Harmonies of #DC7577
Complementary color
Monochromatic Colors of #DC7577
Black with #DC7577
Text Example
Text Example
White with #DC7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7577; }
p { color: rgb(220,117,119); }
H1.HeaderClassName
{
color: #DC7577;
}
.AnyTagClassName
{
color: #DC7577;
}
</style>
background-color css
<style>
a { background-color: #DC7577; }
a { background-color: rgb(220,117,119); }
div.DivClassName
{
background-color: #DC7577;
}
.BgClassName
{
background-color: #DC7577;
}
</style>
border-color css
<style>
span { border-color: #DC7577; }
span { border-color: rgb(220,117,119); }
td.TdClassName
{
border-color: #DC7577;
}
.TagClassName
{
border-color: #DC7577;
}
</style>