Shades of Froly #DC7678
Tints of Froly #DC7678
RGB
CMYK
RGB Variations
Color information
#DC7678 (or 0xDC7678) is known color: Froly. HEX triplet: DC, 76 and 78. RGB value is (220,118,120). Sum of RGB (Red+Green+Blue) = 220+118+120=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7678 is #238987. Grayscale: #949494. Windows color (decimal): -2328968 or 7894748. OLE color: 7894748.
HSL color Cylindrical-coordinate representation of color #DC7678: hue angle of 358.82º 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 #DC7678 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 120 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.14 |
| HSL | 358.82º | 0.59% | 0.66% | - |
| HSV(B) | 358.82º | 0.46% | 0.86% | - |
| XYZ | 39.38 | 29.53 | 21.39 | - |
| YUV | 148.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 120 | 0 | 0.46 | 0.45 | 0.14 | 358.82 | 0.59 | 0.66 |
| Hex | DC | 76 | 78 | 0 | 2E | 2D | E | 167 | 3B | 42 |
| Octal | 334 | 166 | 170 | 0 | 56 | 55 | 16 | 547 | 73 | 102 |
| Binary | 11011100 | 1110110 | 1111000 | 0 | 101110 | 101101 | 1110 | 101100111 | 111011 | 1000010 |
Color Harmonies of #DC7678
Complementary color
Monochromatic Colors of #DC7678
Black with #DC7678
Text Example
Text Example
White with #DC7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7678; }
p { color: rgb(220,118,120); }
H1.HeaderClassName
{
color: #DC7678;
}
.AnyTagClassName
{
color: #DC7678;
}
</style>
background-color css
<style>
a { background-color: #DC7678; }
a { background-color: rgb(220,118,120); }
div.DivClassName
{
background-color: #DC7678;
}
.BgClassName
{
background-color: #DC7678;
}
</style>
border-color css
<style>
span { border-color: #DC7678; }
span { border-color: rgb(220,118,120); }
td.TdClassName
{
border-color: #DC7678;
}
.TagClassName
{
border-color: #DC7678;
}
</style>