Shades of Froly #DC7680
Tints of Froly #DC7680
RGB
CMYK
RGB Variations
Color information
#DC7680 (or 0xDC7680) is known color: Froly. HEX triplet: DC, 76 and 80. RGB value is (220,118,128). Sum of RGB (Red+Green+Blue) = 220+118+128=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7680 is #23897F. Grayscale: #959595. Windows color (decimal): -2328960 or 8419036. OLE color: 8419036.
HSL color Cylindrical-coordinate representation of color #DC7680: hue angle of 354.12º 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 #DC7680 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 128 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.14 |
| HSL | 354.12º | 0.59% | 0.66% | - |
| HSV(B) | 354.12º | 0.46% | 0.86% | - |
| XYZ | 39.89 | 29.73 | 24.06 | - |
| YUV | 149.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 128 | 0 | 0.46 | 0.42 | 0.14 | 354.12 | 0.59 | 0.66 |
| Hex | DC | 76 | 80 | 0 | 2E | 2A | E | 162 | 3B | 42 |
| Octal | 334 | 166 | 200 | 0 | 56 | 52 | 16 | 542 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10000000 | 0 | 101110 | 101010 | 1110 | 101100010 | 111011 | 1000010 |
Color Harmonies of #DC7680
Complementary color
Monochromatic Colors of #DC7680
Black with #DC7680
Text Example
Text Example
White with #DC7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7680; }
p { color: rgb(220,118,128); }
H1.HeaderClassName
{
color: #DC7680;
}
.AnyTagClassName
{
color: #DC7680;
}
</style>
background-color css
<style>
a { background-color: #DC7680; }
a { background-color: rgb(220,118,128); }
div.DivClassName
{
background-color: #DC7680;
}
.BgClassName
{
background-color: #DC7680;
}
</style>
border-color css
<style>
span { border-color: #DC7680; }
span { border-color: rgb(220,118,128); }
td.TdClassName
{
border-color: #DC7680;
}
.TagClassName
{
border-color: #DC7680;
}
</style>