Shades of Downy #77CDBF
Tints of Downy #77CDBF
RGB
CMYK
RGB Variations
Color information
#77CDBF (or 0x77CDBF) is known color: Downy. HEX triplet: 77, CD and BF. RGB value is (119,205,191). Sum of RGB (Red+Green+Blue) = 119+205+191=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDBF is #883240. Grayscale: #B1B1B1. Windows color (decimal): -8925761 or 12569975. OLE color: 12569975.
HSL color Cylindrical-coordinate representation of color #77CDBF: hue angle of 170.23º 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 #77CDBF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 191 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.20 |
| HSL | 170.23º | 0.46% | 0.64% | - |
| HSV(B) | 170.23º | 0.42% | 0.8% | - |
| XYZ | 38.84 | 51.35 | 57.15 | - |
| YUV | 177.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 191 | 0.42 | 0 | 0.07 | 0.20 | 170.23 | 0.46 | 0.64 |
| Hex | 77 | CD | BF | 2A | 0 | 7 | 14 | AA | 2E | 40 |
| Octal | 167 | 315 | 277 | 52 | 0 | 7 | 24 | 252 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10111111 | 101010 | 0 | 111 | 10100 | 10101010 | 101110 | 1000000 |
Color Harmonies of #77CDBF
Complementary color
Monochromatic Colors of #77CDBF
Black with #77CDBF
Text Example
Text Example
White with #77CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDBF; }
p { color: rgb(119,205,191); }
H1.HeaderClassName
{
color: #77CDBF;
}
.AnyTagClassName
{
color: #77CDBF;
}
</style>
background-color css
<style>
a { background-color: #77CDBF; }
a { background-color: rgb(119,205,191); }
div.DivClassName
{
background-color: #77CDBF;
}
.BgClassName
{
background-color: #77CDBF;
}
</style>
border-color css
<style>
span { border-color: #77CDBF; }
span { border-color: rgb(119,205,191); }
td.TdClassName
{
border-color: #77CDBF;
}
.TagClassName
{
border-color: #77CDBF;
}
</style>