Shades of Downy #77DFB3
Tints of Downy #77DFB3
RGB
CMYK
RGB Variations
Color information
#77DFB3 (or 0x77DFB3) is known color: Downy. HEX triplet: 77, DF and B3. RGB value is (119,223,179). Sum of RGB (Red+Green+Blue) = 119+223+179=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFB3 is #88204C. Grayscale: #BABABA. Windows color (decimal): -8921165 or 11788151. OLE color: 11788151.
HSL color Cylindrical-coordinate representation of color #77DFB3: hue angle of 154.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DFB3 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 223 | 179 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.13 |
| HSL | 154.62º | 0.62% | 0.67% | - |
| HSV(B) | 154.62º | 0.47% | 0.87% | - |
| XYZ | 42.13 | 59.95 | 52 | - |
| YUV | 186.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 179 | 0.47 | 0 | 0.20 | 0.13 | 154.62 | 0.62 | 0.67 |
| Hex | 77 | DF | B3 | 2F | 0 | 14 | D | 9B | 3E | 43 |
| Octal | 167 | 337 | 263 | 57 | 0 | 24 | 15 | 233 | 76 | 103 |
| Binary | 1110111 | 11011111 | 10110011 | 101111 | 0 | 10100 | 1101 | 10011011 | 111110 | 1000011 |
Color Harmonies of #77DFB3
Complementary color
Monochromatic Colors of #77DFB3
Black with #77DFB3
Text Example
Text Example
White with #77DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFB3; }
p { color: rgb(119,223,179); }
H1.HeaderClassName
{
color: #77DFB3;
}
.AnyTagClassName
{
color: #77DFB3;
}
</style>
background-color css
<style>
a { background-color: #77DFB3; }
a { background-color: rgb(119,223,179); }
div.DivClassName
{
background-color: #77DFB3;
}
.BgClassName
{
background-color: #77DFB3;
}
</style>
border-color css
<style>
span { border-color: #77DFB3; }
span { border-color: rgb(119,223,179); }
td.TdClassName
{
border-color: #77DFB3;
}
.TagClassName
{
border-color: #77DFB3;
}
</style>