Shades of Downy #77DCC5
Tints of Downy #77DCC5
RGB
CMYK
RGB Variations
Color information
#77DCC5 (or 0x77DCC5) is known color: Downy. HEX triplet: 77, DC and C5. RGB value is (119,220,197). Sum of RGB (Red+Green+Blue) = 119+220+197=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCC5 is #88233A. Grayscale: #BBBBBB. Windows color (decimal): -8921915 or 12967031. OLE color: 12967031.
HSL color Cylindrical-coordinate representation of color #77DCC5: hue angle of 166.34º 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 #77DCC5 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 197 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.14 |
| HSL | 166.34º | 0.59% | 0.66% | - |
| HSV(B) | 166.34º | 0.46% | 0.86% | - |
| XYZ | 43.28 | 59.14 | 61.96 | - |
| YUV | 187.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 197 | 0.46 | 0 | 0.10 | 0.14 | 166.34 | 0.59 | 0.66 |
| Hex | 77 | DC | C5 | 2E | 0 | A | E | A6 | 3B | 42 |
| Octal | 167 | 334 | 305 | 56 | 0 | 12 | 16 | 246 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11000101 | 101110 | 0 | 1010 | 1110 | 10100110 | 111011 | 1000010 |
Color Harmonies of #77DCC5
Complementary color
Monochromatic Colors of #77DCC5
Black with #77DCC5
Text Example
Text Example
White with #77DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCC5; }
p { color: rgb(119,220,197); }
H1.HeaderClassName
{
color: #77DCC5;
}
.AnyTagClassName
{
color: #77DCC5;
}
</style>
background-color css
<style>
a { background-color: #77DCC5; }
a { background-color: rgb(119,220,197); }
div.DivClassName
{
background-color: #77DCC5;
}
.BgClassName
{
background-color: #77DCC5;
}
</style>
border-color css
<style>
span { border-color: #77DCC5; }
span { border-color: rgb(119,220,197); }
td.TdClassName
{
border-color: #77DCC5;
}
.TagClassName
{
border-color: #77DCC5;
}
</style>