Shades of Neptune #77A9AA
Tints of Neptune #77A9AA
RGB
CMYK
RGB Variations
Color information
#77A9AA (or 0x77A9AA) is known color: Neptune. HEX triplet: 77, A9 and AA. RGB value is (119,169,170). Sum of RGB (Red+Green+Blue) = 119+169+170=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A9AA is #885655. Grayscale: #9A9A9A. Windows color (decimal): -8934998 or 11184503. OLE color: 11184503.
HSL color Cylindrical-coordinate representation of color #77A9AA: hue angle of 181.18º 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 #77A9AA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 169 | 170 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.33 |
| HSL | 181.18º | 0.23% | 0.57% | - |
| HSV(B) | 181.18º | 0.3% | 0.67% | - |
| XYZ | 29.05 | 35.2 | 43.29 | - |
| YUV | 154.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 170 | 0.3 | 0.01 | 0 | 0.33 | 181.18 | 0.23 | 0.57 |
| Hex | 77 | A9 | AA | 1E | 1 | 0 | 21 | B5 | 17 | 39 |
| Octal | 167 | 251 | 252 | 36 | 1 | 0 | 41 | 265 | 27 | 71 |
| Binary | 1110111 | 10101001 | 10101010 | 11110 | 1 | 0 | 100001 | 10110101 | 10111 | 111001 |
Color Harmonies of #77A9AA
Complementary color
Monochromatic Colors of #77A9AA
Black with #77A9AA
Text Example
Text Example
White with #77A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9AA; }
p { color: rgb(119,169,170); }
H1.HeaderClassName
{
color: #77A9AA;
}
.AnyTagClassName
{
color: #77A9AA;
}
</style>
background-color css
<style>
a { background-color: #77A9AA; }
a { background-color: rgb(119,169,170); }
div.DivClassName
{
background-color: #77A9AA;
}
.BgClassName
{
background-color: #77A9AA;
}
</style>
border-color css
<style>
span { border-color: #77A9AA; }
span { border-color: rgb(119,169,170); }
td.TdClassName
{
border-color: #77A9AA;
}
.TagClassName
{
border-color: #77A9AA;
}
</style>