Shades of Downy #77DCC4
Tints of Downy #77DCC4
RGB
CMYK
RGB Variations
Color information
#77DCC4 (or 0x77DCC4) is known color: Downy. HEX triplet: 77, DC and C4. RGB value is (119,220,196). Sum of RGB (Red+Green+Blue) = 119+220+196=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCC4 is #88233B. Grayscale: #BBBBBB. Windows color (decimal): -8921916 or 12901495. OLE color: 12901495.
HSL color Cylindrical-coordinate representation of color #77DCC4: hue angle of 165.74º 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 #77DCC4 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 196 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.14 |
| HSL | 165.74º | 0.59% | 0.66% | - |
| HSV(B) | 165.74º | 0.46% | 0.86% | - |
| XYZ | 43.16 | 59.09 | 61.36 | - |
| YUV | 187.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 196 | 0.46 | 0 | 0.11 | 0.14 | 165.74 | 0.59 | 0.66 |
| Hex | 77 | DC | C4 | 2E | 0 | B | E | A6 | 3B | 42 |
| Octal | 167 | 334 | 304 | 56 | 0 | 13 | 16 | 246 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11000100 | 101110 | 0 | 1011 | 1110 | 10100110 | 111011 | 1000010 |
Color Harmonies of #77DCC4
Complementary color
Monochromatic Colors of #77DCC4
Black with #77DCC4
Text Example
Text Example
White with #77DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCC4; }
p { color: rgb(119,220,196); }
H1.HeaderClassName
{
color: #77DCC4;
}
.AnyTagClassName
{
color: #77DCC4;
}
</style>
background-color css
<style>
a { background-color: #77DCC4; }
a { background-color: rgb(119,220,196); }
div.DivClassName
{
background-color: #77DCC4;
}
.BgClassName
{
background-color: #77DCC4;
}
</style>
border-color css
<style>
span { border-color: #77DCC4; }
span { border-color: rgb(119,220,196); }
td.TdClassName
{
border-color: #77DCC4;
}
.TagClassName
{
border-color: #77DCC4;
}
</style>