Shades of Downy #77CCBF
Tints of Downy #77CCBF
RGB
CMYK
RGB Variations
Color information
#77CCBF (or 0x77CCBF) is known color: Downy. HEX triplet: 77, CC and BF. RGB value is (119,204,191). Sum of RGB (Red+Green+Blue) = 119+204+191=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCBF is #883340. Grayscale: #B1B1B1. Windows color (decimal): -8926017 or 12569719. OLE color: 12569719.
HSL color Cylindrical-coordinate representation of color #77CCBF: hue angle of 170.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCBF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 191 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.2 |
| HSL | 170.82º | 0.45% | 0.63% | - |
| HSV(B) | 170.82º | 0.42% | 0.8% | - |
| XYZ | 38.6 | 50.87 | 57.07 | - |
| YUV | 177.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 191 | 0.42 | 0 | 0.06 | 0.2 | 170.82 | 0.45 | 0.63 |
| Hex | 77 | CC | BF | 2A | 0 | 6 | 14 | AB | 2D | 3F |
| Octal | 167 | 314 | 277 | 52 | 0 | 6 | 24 | 253 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10111111 | 101010 | 0 | 110 | 10100 | 10101011 | 101101 | 111111 |
Color Harmonies of #77CCBF
Complementary color
Monochromatic Colors of #77CCBF
Black with #77CCBF
Text Example
Text Example
White with #77CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCBF; }
p { color: rgb(119,204,191); }
H1.HeaderClassName
{
color: #77CCBF;
}
.AnyTagClassName
{
color: #77CCBF;
}
</style>
background-color css
<style>
a { background-color: #77CCBF; }
a { background-color: rgb(119,204,191); }
div.DivClassName
{
background-color: #77CCBF;
}
.BgClassName
{
background-color: #77CCBF;
}
</style>
border-color css
<style>
span { border-color: #77CCBF; }
span { border-color: rgb(119,204,191); }
td.TdClassName
{
border-color: #77CCBF;
}
.TagClassName
{
border-color: #77CCBF;
}
</style>