Shades of Neptune #77A2AA
Tints of Neptune #77A2AA
RGB
CMYK
RGB Variations
Color information
#77A2AA (or 0x77A2AA) is known color: Neptune. HEX triplet: 77, A2 and AA. RGB value is (119,162,170). Sum of RGB (Red+Green+Blue) = 119+162+170=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AA is #885D55. Grayscale: #959595. Windows color (decimal): -8936790 or 11182711. OLE color: 11182711.
HSL color Cylindrical-coordinate representation of color #77A2AA: hue angle of 189.41º 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 #77A2AA is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 162 | 170 | - |
| CMYK | 0.3 | 0.05 | 0 | 0.33 |
| HSL | 189.41º | 0.23% | 0.57% | - |
| HSV(B) | 189.41º | 0.3% | 0.67% | - |
| XYZ | 27.78 | 32.66 | 42.87 | - |
| YUV | 150.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 170 | 0.3 | 0.05 | 0 | 0.33 | 189.41 | 0.23 | 0.57 |
| Hex | 77 | A2 | AA | 1E | 5 | 0 | 21 | BD | 17 | 39 |
| Octal | 167 | 242 | 252 | 36 | 5 | 0 | 41 | 275 | 27 | 71 |
| Binary | 1110111 | 10100010 | 10101010 | 11110 | 101 | 0 | 100001 | 10111101 | 10111 | 111001 |
Color Harmonies of #77A2AA
Complementary color
Monochromatic Colors of #77A2AA
Black with #77A2AA
Text Example
Text Example
White with #77A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A2AA; }
p { color: rgb(119,162,170); }
H1.HeaderClassName
{
color: #77A2AA;
}
.AnyTagClassName
{
color: #77A2AA;
}
</style>
background-color css
<style>
a { background-color: #77A2AA; }
a { background-color: rgb(119,162,170); }
div.DivClassName
{
background-color: #77A2AA;
}
.BgClassName
{
background-color: #77A2AA;
}
</style>
border-color css
<style>
span { border-color: #77A2AA; }
span { border-color: rgb(119,162,170); }
td.TdClassName
{
border-color: #77A2AA;
}
.TagClassName
{
border-color: #77A2AA;
}
</style>