Shades of Downy #77CDC8
Tints of Downy #77CDC8
RGB
CMYK
RGB Variations
Color information
#77CDC8 (or 0x77CDC8) is known color: Downy. HEX triplet: 77, CD and C8. RGB value is (119,205,200). Sum of RGB (Red+Green+Blue) = 119+205+200=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC8 is #883237. Grayscale: #B2B2B2. Windows color (decimal): -8925752 or 13159799. OLE color: 13159799.
HSL color Cylindrical-coordinate representation of color #77CDC8: hue angle of 176.51º 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 #77CDC8 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 200 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.20 |
| HSL | 176.51º | 0.46% | 0.64% | - |
| HSV(B) | 176.51º | 0.42% | 0.8% | - |
| XYZ | 39.86 | 51.75 | 62.53 | - |
| YUV | 178.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 200 | 0.42 | 0 | 0.02 | 0.20 | 176.51 | 0.46 | 0.64 |
| Hex | 77 | CD | C8 | 2A | 0 | 2 | 14 | B1 | 2E | 40 |
| Octal | 167 | 315 | 310 | 52 | 0 | 2 | 24 | 261 | 56 | 100 |
| Binary | 1110111 | 11001101 | 11001000 | 101010 | 0 | 10 | 10100 | 10110001 | 101110 | 1000000 |
Color Harmonies of #77CDC8
Complementary color
Monochromatic Colors of #77CDC8
Black with #77CDC8
Text Example
Text Example
White with #77CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDC8; }
p { color: rgb(119,205,200); }
H1.HeaderClassName
{
color: #77CDC8;
}
.AnyTagClassName
{
color: #77CDC8;
}
</style>
background-color css
<style>
a { background-color: #77CDC8; }
a { background-color: rgb(119,205,200); }
div.DivClassName
{
background-color: #77CDC8;
}
.BgClassName
{
background-color: #77CDC8;
}
</style>
border-color css
<style>
span { border-color: #77CDC8; }
span { border-color: rgb(119,205,200); }
td.TdClassName
{
border-color: #77CDC8;
}
.TagClassName
{
border-color: #77CDC8;
}
</style>