Shades of Neptune #77A1AB
Tints of Neptune #77A1AB
RGB
CMYK
RGB Variations
Color information
#77A1AB (or 0x77A1AB) is known color: Neptune. HEX triplet: 77, A1 and AB. RGB value is (119,161,171). Sum of RGB (Red+Green+Blue) = 119+161+171=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1AB is #885E54. Grayscale: #959595. Windows color (decimal): -8937045 or 11247991. OLE color: 11247991.
HSL color Cylindrical-coordinate representation of color #77A1AB: hue angle of 191.54º 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 #77A1AB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 161 | 171 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.33 |
| HSL | 191.54º | 0.24% | 0.57% | - |
| HSV(B) | 191.54º | 0.3% | 0.67% | - |
| XYZ | 27.7 | 32.35 | 43.31 | - |
| YUV | 149.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 171 | 0.30 | 0.06 | 0 | 0.33 | 191.54 | 0.24 | 0.57 |
| Hex | 77 | A1 | AB | 1E | 6 | 0 | 21 | C0 | 18 | 39 |
| Octal | 167 | 241 | 253 | 36 | 6 | 0 | 41 | 300 | 30 | 71 |
| Binary | 1110111 | 10100001 | 10101011 | 11110 | 110 | 0 | 100001 | 11000000 | 11000 | 111001 |
Color Harmonies of #77A1AB
Complementary color
Monochromatic Colors of #77A1AB
Black with #77A1AB
Text Example
Text Example
White with #77A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1AB; }
p { color: rgb(119,161,171); }
H1.HeaderClassName
{
color: #77A1AB;
}
.AnyTagClassName
{
color: #77A1AB;
}
</style>
background-color css
<style>
a { background-color: #77A1AB; }
a { background-color: rgb(119,161,171); }
div.DivClassName
{
background-color: #77A1AB;
}
.BgClassName
{
background-color: #77A1AB;
}
</style>
border-color css
<style>
span { border-color: #77A1AB; }
span { border-color: rgb(119,161,171); }
td.TdClassName
{
border-color: #77A1AB;
}
.TagClassName
{
border-color: #77A1AB;
}
</style>