Shades of Froly #DC777D
Tints of Froly #DC777D
RGB
CMYK
RGB Variations
Color information
#DC777D (or 0xDC777D) is known color: Froly. HEX triplet: DC, 77 and 7D. RGB value is (220,119,125). Sum of RGB (Red+Green+Blue) = 220+119+125=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC777D is #238882. Grayscale: #959595. Windows color (decimal): -2328707 or 8222684. OLE color: 8222684.
HSL color Cylindrical-coordinate representation of color #DC777D: hue angle of 356.44º 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 #DC777D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 125 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.14 |
| HSL | 356.44º | 0.59% | 0.66% | - |
| HSV(B) | 356.44º | 0.46% | 0.86% | - |
| XYZ | 39.81 | 29.89 | 23.07 | - |
| YUV | 149.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 125 | 0 | 0.46 | 0.43 | 0.14 | 356.44 | 0.59 | 0.66 |
| Hex | DC | 77 | 7D | 0 | 2E | 2B | E | 164 | 3B | 42 |
| Octal | 334 | 167 | 175 | 0 | 56 | 53 | 16 | 544 | 73 | 102 |
| Binary | 11011100 | 1110111 | 1111101 | 0 | 101110 | 101011 | 1110 | 101100100 | 111011 | 1000010 |
Color Harmonies of #DC777D
Complementary color
Monochromatic Colors of #DC777D
Black with #DC777D
Text Example
Text Example
White with #DC777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC777D; }
p { color: rgb(220,119,125); }
H1.HeaderClassName
{
color: #DC777D;
}
.AnyTagClassName
{
color: #DC777D;
}
</style>
background-color css
<style>
a { background-color: #DC777D; }
a { background-color: rgb(220,119,125); }
div.DivClassName
{
background-color: #DC777D;
}
.BgClassName
{
background-color: #DC777D;
}
</style>
border-color css
<style>
span { border-color: #DC777D; }
span { border-color: rgb(220,119,125); }
td.TdClassName
{
border-color: #DC777D;
}
.TagClassName
{
border-color: #DC777D;
}
</style>