Shades of Downy #77DCC6
Tints of Downy #77DCC6
RGB
CMYK
RGB Variations
Color information
#77DCC6 (or 0x77DCC6) is known color: Downy. HEX triplet: 77, DC and C6. RGB value is (119,220,198). Sum of RGB (Red+Green+Blue) = 119+220+198=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCC6 is #882339. Grayscale: #BBBBBB. Windows color (decimal): -8921914 or 13032567. OLE color: 13032567.
HSL color Cylindrical-coordinate representation of color #77DCC6: hue angle of 166.93º 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 #77DCC6 is Cyan = 0.46, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 198 | - |
| CMYK | 0.46 | 0 | 0.1 | 0.14 |
| HSL | 166.93º | 0.59% | 0.66% | - |
| HSV(B) | 166.93º | 0.46% | 0.86% | - |
| XYZ | 43.39 | 59.19 | 62.56 | - |
| YUV | 187.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 198 | 0.46 | 0 | 0.1 | 0.14 | 166.93 | 0.59 | 0.66 |
| Hex | 77 | DC | C6 | 2E | 0 | A | E | A7 | 3B | 42 |
| Octal | 167 | 334 | 306 | 56 | 0 | 12 | 16 | 247 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11000110 | 101110 | 0 | 1010 | 1110 | 10100111 | 111011 | 1000010 |
Color Harmonies of #77DCC6
Complementary color
Monochromatic Colors of #77DCC6
Black with #77DCC6
Text Example
Text Example
White with #77DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCC6; }
p { color: rgb(119,220,198); }
H1.HeaderClassName
{
color: #77DCC6;
}
.AnyTagClassName
{
color: #77DCC6;
}
</style>
background-color css
<style>
a { background-color: #77DCC6; }
a { background-color: rgb(119,220,198); }
div.DivClassName
{
background-color: #77DCC6;
}
.BgClassName
{
background-color: #77DCC6;
}
</style>
border-color css
<style>
span { border-color: #77DCC6; }
span { border-color: rgb(119,220,198); }
td.TdClassName
{
border-color: #77DCC6;
}
.TagClassName
{
border-color: #77DCC6;
}
</style>