Shades of Froly #DC777B
Tints of Froly #DC777B
RGB
CMYK
RGB Variations
Color information
#DC777B (or 0xDC777B) is known color: Froly. HEX triplet: DC, 77 and 7B. RGB value is (220,119,123). Sum of RGB (Red+Green+Blue) = 220+119+123=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC777B is #238884. Grayscale: #959595. Windows color (decimal): -2328709 or 8091612. OLE color: 8091612.
HSL color Cylindrical-coordinate representation of color #DC777B: hue angle of 357.62º 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 #DC777B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 123 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.14 |
| HSL | 357.62º | 0.59% | 0.66% | - |
| HSV(B) | 357.62º | 0.46% | 0.86% | - |
| XYZ | 39.69 | 29.84 | 22.41 | - |
| YUV | 149.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 123 | 0 | 0.46 | 0.44 | 0.14 | 357.62 | 0.59 | 0.66 |
| Hex | DC | 77 | 7B | 0 | 2E | 2C | E | 166 | 3B | 42 |
| Octal | 334 | 167 | 173 | 0 | 56 | 54 | 16 | 546 | 73 | 102 |
| Binary | 11011100 | 1110111 | 1111011 | 0 | 101110 | 101100 | 1110 | 101100110 | 111011 | 1000010 |
Color Harmonies of #DC777B
Complementary color
Monochromatic Colors of #DC777B
Black with #DC777B
Text Example
Text Example
White with #DC777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC777B; }
p { color: rgb(220,119,123); }
H1.HeaderClassName
{
color: #DC777B;
}
.AnyTagClassName
{
color: #DC777B;
}
</style>
background-color css
<style>
a { background-color: #DC777B; }
a { background-color: rgb(220,119,123); }
div.DivClassName
{
background-color: #DC777B;
}
.BgClassName
{
background-color: #DC777B;
}
</style>
border-color css
<style>
span { border-color: #DC777B; }
span { border-color: rgb(220,119,123); }
td.TdClassName
{
border-color: #DC777B;
}
.TagClassName
{
border-color: #DC777B;
}
</style>