Shades of Downy #77DDB3
Tints of Downy #77DDB3
RGB
CMYK
RGB Variations
Color information
#77DDB3 (or 0x77DDB3) is known color: Downy. HEX triplet: 77, DD and B3. RGB value is (119,221,179). Sum of RGB (Red+Green+Blue) = 119+221+179=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDB3 is #88224C. Grayscale: #B9B9B9. Windows color (decimal): -8921677 or 11787639. OLE color: 11787639.
HSL color Cylindrical-coordinate representation of color #77DDB3: hue angle of 155.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDB3 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 179 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.13 |
| HSL | 155.29º | 0.6% | 0.67% | - |
| HSV(B) | 155.29º | 0.46% | 0.87% | - |
| XYZ | 41.6 | 58.89 | 51.82 | - |
| YUV | 185.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 179 | 0.46 | 0 | 0.19 | 0.13 | 155.29 | 0.6 | 0.67 |
| Hex | 77 | DD | B3 | 2E | 0 | 13 | D | 9B | 3C | 43 |
| Octal | 167 | 335 | 263 | 56 | 0 | 23 | 15 | 233 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10110011 | 101110 | 0 | 10011 | 1101 | 10011011 | 111100 | 1000011 |
Color Harmonies of #77DDB3
Complementary color
Monochromatic Colors of #77DDB3
Black with #77DDB3
Text Example
Text Example
White with #77DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDB3; }
p { color: rgb(119,221,179); }
H1.HeaderClassName
{
color: #77DDB3;
}
.AnyTagClassName
{
color: #77DDB3;
}
</style>
background-color css
<style>
a { background-color: #77DDB3; }
a { background-color: rgb(119,221,179); }
div.DivClassName
{
background-color: #77DDB3;
}
.BgClassName
{
background-color: #77DDB3;
}
</style>
border-color css
<style>
span { border-color: #77DDB3; }
span { border-color: rgb(119,221,179); }
td.TdClassName
{
border-color: #77DDB3;
}
.TagClassName
{
border-color: #77DDB3;
}
</style>