Shades of Downy #77CDCC
Tints of Downy #77CDCC
RGB
CMYK
RGB Variations
Color information
#77CDCC (or 0x77CDCC) is known color: Downy. HEX triplet: 77, CD and CC. RGB value is (119,205,204). Sum of RGB (Red+Green+Blue) = 119+205+204=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDCC is #883233. Grayscale: #B3B3B3. Windows color (decimal): -8925748 or 13421943. OLE color: 13421943.
HSL color Cylindrical-coordinate representation of color #77CDCC: hue angle of 179.3º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDCC is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 204 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.20 |
| HSL | 179.3º | 0.46% | 0.64% | - |
| HSV(B) | 179.3º | 0.42% | 0.8% | - |
| XYZ | 40.34 | 51.94 | 65.03 | - |
| YUV | 179.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 204 | 0.42 | 0 | 0.00 | 0.20 | 179.3 | 0.46 | 0.64 |
| Hex | 77 | CD | CC | 2A | 0 | 0 | 14 | B3 | 2E | 40 |
| Octal | 167 | 315 | 314 | 52 | 0 | 0 | 24 | 263 | 56 | 100 |
| Binary | 1110111 | 11001101 | 11001100 | 101010 | 0 | 0 | 10100 | 10110011 | 101110 | 1000000 |
Color Harmonies of #77CDCC
Complementary color
Monochromatic Colors of #77CDCC
Black with #77CDCC
Text Example
Text Example
White with #77CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDCC; }
p { color: rgb(119,205,204); }
H1.HeaderClassName
{
color: #77CDCC;
}
.AnyTagClassName
{
color: #77CDCC;
}
</style>
background-color css
<style>
a { background-color: #77CDCC; }
a { background-color: rgb(119,205,204); }
div.DivClassName
{
background-color: #77CDCC;
}
.BgClassName
{
background-color: #77CDCC;
}
</style>
border-color css
<style>
span { border-color: #77CDCC; }
span { border-color: rgb(119,205,204); }
td.TdClassName
{
border-color: #77CDCC;
}
.TagClassName
{
border-color: #77CDCC;
}
</style>