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