Shades of Neptune #77A8AA
Tints of Neptune #77A8AA
RGB
CMYK
RGB Variations
Color information
#77A8AA (or 0x77A8AA) is known color: Neptune. HEX triplet: 77, A8 and AA. RGB value is (119,168,170). Sum of RGB (Red+Green+Blue) = 119+168+170=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A8AA is #885755. Grayscale: #999999. Windows color (decimal): -8935254 or 11184247. OLE color: 11184247.
HSL color Cylindrical-coordinate representation of color #77A8AA: hue angle of 182.35º 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 #77A8AA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 168 | 170 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.33 |
| HSL | 182.35º | 0.23% | 0.57% | - |
| HSV(B) | 182.35º | 0.3% | 0.67% | - |
| XYZ | 28.87 | 34.83 | 43.23 | - |
| YUV | 153.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 170 | 0.3 | 0.01 | 0 | 0.33 | 182.35 | 0.23 | 0.57 |
| Hex | 77 | A8 | AA | 1E | 1 | 0 | 21 | B6 | 17 | 39 |
| Octal | 167 | 250 | 252 | 36 | 1 | 0 | 41 | 266 | 27 | 71 |
| Binary | 1110111 | 10101000 | 10101010 | 11110 | 1 | 0 | 100001 | 10110110 | 10111 | 111001 |
Color Harmonies of #77A8AA
Complementary color
Monochromatic Colors of #77A8AA
Black with #77A8AA
Text Example
Text Example
White with #77A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8AA; }
p { color: rgb(119,168,170); }
H1.HeaderClassName
{
color: #77A8AA;
}
.AnyTagClassName
{
color: #77A8AA;
}
</style>
background-color css
<style>
a { background-color: #77A8AA; }
a { background-color: rgb(119,168,170); }
div.DivClassName
{
background-color: #77A8AA;
}
.BgClassName
{
background-color: #77A8AA;
}
</style>
border-color css
<style>
span { border-color: #77A8AA; }
span { border-color: rgb(119,168,170); }
td.TdClassName
{
border-color: #77A8AA;
}
.TagClassName
{
border-color: #77A8AA;
}
</style>