Shades of Froly #DC7076
Tints of Froly #DC7076
RGB
CMYK
RGB Variations
Color information
#DC7076 (or 0xDC7076) is known color: Froly. HEX triplet: DC, 70 and 76. RGB value is (220,112,118). Sum of RGB (Red+Green+Blue) = 220+112+118=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7076 is #238F89. Grayscale: #919191. Windows color (decimal): -2330506 or 7762140. OLE color: 7762140.
HSL color Cylindrical-coordinate representation of color #DC7076: hue angle of 356.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7076 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 118 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.14 |
| HSL | 356.67º | 0.61% | 0.65% | - |
| HSV(B) | 356.67º | 0.49% | 0.86% | - |
| XYZ | 38.58 | 28.11 | 20.53 | - |
| YUV | 144.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 118 | 0 | 0.49 | 0.46 | 0.14 | 356.67 | 0.61 | 0.65 |
| Hex | DC | 70 | 76 | 0 | 31 | 2E | E | 165 | 3D | 41 |
| Octal | 334 | 160 | 166 | 0 | 61 | 56 | 16 | 545 | 75 | 101 |
| Binary | 11011100 | 1110000 | 1110110 | 0 | 110001 | 101110 | 1110 | 101100101 | 111101 | 1000001 |
Color Harmonies of #DC7076
Complementary color
Monochromatic Colors of #DC7076
Black with #DC7076
Text Example
Text Example
White with #DC7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7076; }
p { color: rgb(220,112,118); }
H1.HeaderClassName
{
color: #DC7076;
}
.AnyTagClassName
{
color: #DC7076;
}
</style>
background-color css
<style>
a { background-color: #DC7076; }
a { background-color: rgb(220,112,118); }
div.DivClassName
{
background-color: #DC7076;
}
.BgClassName
{
background-color: #DC7076;
}
</style>
border-color css
<style>
span { border-color: #DC7076; }
span { border-color: rgb(220,112,118); }
td.TdClassName
{
border-color: #DC7076;
}
.TagClassName
{
border-color: #DC7076;
}
</style>