Shades of Downy #77D0CD
Tints of Downy #77D0CD
RGB
CMYK
RGB Variations
Color information
#77D0CD (or 0x77D0CD) is known color: Downy. HEX triplet: 77, D0 and CD. RGB value is (119,208,205). Sum of RGB (Red+Green+Blue) = 119+208+205=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #77D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D0CD is #882F32. Grayscale: #B4B4B4. Windows color (decimal): -8924979 or 13488247. OLE color: 13488247.
HSL color Cylindrical-coordinate representation of color #77D0CD: hue angle of 177.98º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D0CD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 205 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.18 |
| HSL | 177.98º | 0.49% | 0.64% | - |
| HSV(B) | 177.98º | 0.43% | 0.82% | - |
| XYZ | 41.18 | 53.44 | 65.9 | - |
| YUV | 181.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 205 | 0.43 | 0 | 0.01 | 0.18 | 177.98 | 0.49 | 0.64 |
| Hex | 77 | D0 | CD | 2B | 0 | 1 | 12 | B2 | 31 | 40 |
| Octal | 167 | 320 | 315 | 53 | 0 | 1 | 22 | 262 | 61 | 100 |
| Binary | 1110111 | 11010000 | 11001101 | 101011 | 0 | 1 | 10010 | 10110010 | 110001 | 1000000 |
Color Harmonies of #77D0CD
Complementary color
Monochromatic Colors of #77D0CD
Black with #77D0CD
Text Example
Text Example
White with #77D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D0CD; }
p { color: rgb(119,208,205); }
H1.HeaderClassName
{
color: #77D0CD;
}
.AnyTagClassName
{
color: #77D0CD;
}
</style>
background-color css
<style>
a { background-color: #77D0CD; }
a { background-color: rgb(119,208,205); }
div.DivClassName
{
background-color: #77D0CD;
}
.BgClassName
{
background-color: #77D0CD;
}
</style>
border-color css
<style>
span { border-color: #77D0CD; }
span { border-color: rgb(119,208,205); }
td.TdClassName
{
border-color: #77D0CD;
}
.TagClassName
{
border-color: #77D0CD;
}
</style>