Shades of Downy #77DAC7
Tints of Downy #77DAC7
RGB
CMYK
RGB Variations
Color information
#77DAC7 (or 0x77DAC7) is known color: Downy. HEX triplet: 77, DA and C7. RGB value is (119,218,199). Sum of RGB (Red+Green+Blue) = 119+218+199=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DAC7 is #882538. Grayscale: #BABABA. Windows color (decimal): -8922425 or 13097591. OLE color: 13097591.
HSL color Cylindrical-coordinate representation of color #77DAC7: hue angle of 168.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAC7 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 199 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.15 |
| HSL | 168.48º | 0.57% | 0.66% | - |
| HSV(B) | 168.48º | 0.45% | 0.85% | - |
| XYZ | 42.99 | 58.19 | 63 | - |
| YUV | 186.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 199 | 0.45 | 0 | 0.09 | 0.15 | 168.48 | 0.57 | 0.66 |
| Hex | 77 | DA | C7 | 2D | 0 | 9 | F | A8 | 39 | 42 |
| Octal | 167 | 332 | 307 | 55 | 0 | 11 | 17 | 250 | 71 | 102 |
| Binary | 1110111 | 11011010 | 11000111 | 101101 | 0 | 1001 | 1111 | 10101000 | 111001 | 1000010 |
Color Harmonies of #77DAC7
Complementary color
Monochromatic Colors of #77DAC7
Black with #77DAC7
Text Example
Text Example
White with #77DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DAC7; }
p { color: rgb(119,218,199); }
H1.HeaderClassName
{
color: #77DAC7;
}
.AnyTagClassName
{
color: #77DAC7;
}
</style>
background-color css
<style>
a { background-color: #77DAC7; }
a { background-color: rgb(119,218,199); }
div.DivClassName
{
background-color: #77DAC7;
}
.BgClassName
{
background-color: #77DAC7;
}
</style>
border-color css
<style>
span { border-color: #77DAC7; }
span { border-color: rgb(119,218,199); }
td.TdClassName
{
border-color: #77DAC7;
}
.TagClassName
{
border-color: #77DAC7;
}
</style>