Shades of Downy #77CBC3
Tints of Downy #77CBC3
RGB
CMYK
RGB Variations
Color information
#77CBC3 (or 0x77CBC3) is known color: Downy. HEX triplet: 77, CB and C3. RGB value is (119,203,195). Sum of RGB (Red+Green+Blue) = 119+203+195=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #77CBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBC3 is #88343C. Grayscale: #B0B0B0. Windows color (decimal): -8926269 or 12831607. OLE color: 12831607.
HSL color Cylindrical-coordinate representation of color #77CBC3: hue angle of 174.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CBC3 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 195 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.20 |
| HSL | 174.29º | 0.45% | 0.63% | - |
| HSV(B) | 174.29º | 0.41% | 0.8% | - |
| XYZ | 38.81 | 50.57 | 59.35 | - |
| YUV | 176.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 195 | 0.41 | 0 | 0.04 | 0.20 | 174.29 | 0.45 | 0.63 |
| Hex | 77 | CB | C3 | 29 | 0 | 4 | 14 | AE | 2D | 3F |
| Octal | 167 | 313 | 303 | 51 | 0 | 4 | 24 | 256 | 55 | 77 |
| Binary | 1110111 | 11001011 | 11000011 | 101001 | 0 | 100 | 10100 | 10101110 | 101101 | 111111 |
Color Harmonies of #77CBC3
Complementary color
Monochromatic Colors of #77CBC3
Black with #77CBC3
Text Example
Text Example
White with #77CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBC3; }
p { color: rgb(119,203,195); }
H1.HeaderClassName
{
color: #77CBC3;
}
.AnyTagClassName
{
color: #77CBC3;
}
</style>
background-color css
<style>
a { background-color: #77CBC3; }
a { background-color: rgb(119,203,195); }
div.DivClassName
{
background-color: #77CBC3;
}
.BgClassName
{
background-color: #77CBC3;
}
</style>
border-color css
<style>
span { border-color: #77CBC3; }
span { border-color: rgb(119,203,195); }
td.TdClassName
{
border-color: #77CBC3;
}
.TagClassName
{
border-color: #77CBC3;
}
</style>