Shades of Neptune #77AAAA
Tints of Neptune #77AAAA
RGB
CMYK
RGB Variations
Color information
#77AAAA (or 0x77AAAA) is known color: Neptune. HEX triplet: 77, AA and AA. RGB value is (119,170,170). Sum of RGB (Red+Green+Blue) = 119+170+170=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #77AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAA is #885555. Grayscale: #9A9A9A. Windows color (decimal): -8934742 or 11184759. OLE color: 11184759.
HSL color Cylindrical-coordinate representation of color #77AAAA: hue angle of 180º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AAAA is Cyan = 0.3, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 170 | - |
| CMYK | 0.3 | 0 | 0 | 0.33 |
| HSL | 180º | 0.23% | 0.57% | - |
| HSV(B) | 180º | 0.3% | 0.67% | - |
| XYZ | 29.24 | 35.57 | 43.36 | - |
| YUV | 154.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 170 | 0.3 | 0 | 0 | 0.33 | 180 | 0.23 | 0.57 |
| Hex | 77 | AA | AA | 1E | 0 | 0 | 21 | B4 | 17 | 39 |
| Octal | 167 | 252 | 252 | 36 | 0 | 0 | 41 | 264 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10101010 | 11110 | 0 | 0 | 100001 | 10110100 | 10111 | 111001 |
Color Harmonies of #77AAAA
Complementary color
Monochromatic Colors of #77AAAA
Black with #77AAAA
Text Example
Text Example
White with #77AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAAA; }
p { color: rgb(119,170,170); }
H1.HeaderClassName
{
color: #77AAAA;
}
.AnyTagClassName
{
color: #77AAAA;
}
</style>
background-color css
<style>
a { background-color: #77AAAA; }
a { background-color: rgb(119,170,170); }
div.DivClassName
{
background-color: #77AAAA;
}
.BgClassName
{
background-color: #77AAAA;
}
</style>
border-color css
<style>
span { border-color: #77AAAA; }
span { border-color: rgb(119,170,170); }
td.TdClassName
{
border-color: #77AAAA;
}
.TagClassName
{
border-color: #77AAAA;
}
</style>