Shades of Neptune #77A9AB
Tints of Neptune #77A9AB
RGB
CMYK
RGB Variations
Color information
#77A9AB (or 0x77A9AB) is known color: Neptune. HEX triplet: 77, A9 and AB. RGB value is (119,169,171). Sum of RGB (Red+Green+Blue) = 119+169+171=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A9AB is #885654. Grayscale: #9A9A9A. Windows color (decimal): -8934997 or 11250039. OLE color: 11250039.
HSL color Cylindrical-coordinate representation of color #77A9AB: hue angle of 182.31º degrees, saturation: 0.24, 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 #77A9AB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 169 | 171 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.33 |
| HSL | 182.31º | 0.24% | 0.57% | - |
| HSV(B) | 182.31º | 0.3% | 0.67% | - |
| XYZ | 29.15 | 35.24 | 43.79 | - |
| YUV | 154.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 171 | 0.30 | 0.01 | 0 | 0.33 | 182.31 | 0.24 | 0.57 |
| Hex | 77 | A9 | AB | 1E | 1 | 0 | 21 | B6 | 18 | 39 |
| Octal | 167 | 251 | 253 | 36 | 1 | 0 | 41 | 266 | 30 | 71 |
| Binary | 1110111 | 10101001 | 10101011 | 11110 | 1 | 0 | 100001 | 10110110 | 11000 | 111001 |
Color Harmonies of #77A9AB
Complementary color
Monochromatic Colors of #77A9AB
Black with #77A9AB
Text Example
Text Example
White with #77A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9AB; }
p { color: rgb(119,169,171); }
H1.HeaderClassName
{
color: #77A9AB;
}
.AnyTagClassName
{
color: #77A9AB;
}
</style>
background-color css
<style>
a { background-color: #77A9AB; }
a { background-color: rgb(119,169,171); }
div.DivClassName
{
background-color: #77A9AB;
}
.BgClassName
{
background-color: #77A9AB;
}
</style>
border-color css
<style>
span { border-color: #77A9AB; }
span { border-color: rgb(119,169,171); }
td.TdClassName
{
border-color: #77A9AB;
}
.TagClassName
{
border-color: #77A9AB;
}
</style>