Shades of Froly #DC777A
Tints of Froly #DC777A
RGB
CMYK
RGB Variations
Color information
#DC777A (or 0xDC777A) is known color: Froly. HEX triplet: DC, 77 and 7A. RGB value is (220,119,122). Sum of RGB (Red+Green+Blue) = 220+119+122=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC777A is #238885. Grayscale: #959595. Windows color (decimal): -2328710 or 8026076. OLE color: 8026076.
HSL color Cylindrical-coordinate representation of color #DC777A: hue angle of 358.22º 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 #DC777A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 122 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.14 |
| HSL | 358.22º | 0.59% | 0.66% | - |
| HSV(B) | 358.22º | 0.46% | 0.86% | - |
| XYZ | 39.62 | 29.81 | 22.08 | - |
| YUV | 149.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 122 | 0 | 0.46 | 0.45 | 0.14 | 358.22 | 0.59 | 0.66 |
| Hex | DC | 77 | 7A | 0 | 2E | 2D | E | 166 | 3B | 42 |
| Octal | 334 | 167 | 172 | 0 | 56 | 55 | 16 | 546 | 73 | 102 |
| Binary | 11011100 | 1110111 | 1111010 | 0 | 101110 | 101101 | 1110 | 101100110 | 111011 | 1000010 |
Color Harmonies of #DC777A
Complementary color
Monochromatic Colors of #DC777A
Black with #DC777A
Text Example
Text Example
White with #DC777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC777A; }
p { color: rgb(220,119,122); }
H1.HeaderClassName
{
color: #DC777A;
}
.AnyTagClassName
{
color: #DC777A;
}
</style>
background-color css
<style>
a { background-color: #DC777A; }
a { background-color: rgb(220,119,122); }
div.DivClassName
{
background-color: #DC777A;
}
.BgClassName
{
background-color: #DC777A;
}
</style>
border-color css
<style>
span { border-color: #DC777A; }
span { border-color: rgb(220,119,122); }
td.TdClassName
{
border-color: #DC777A;
}
.TagClassName
{
border-color: #DC777A;
}
</style>