Shades of Neptune #77A1AA
Tints of Neptune #77A1AA
RGB
CMYK
RGB Variations
Color information
#77A1AA (or 0x77A1AA) is known color: Neptune. HEX triplet: 77, A1 and AA. RGB value is (119,161,170). Sum of RGB (Red+Green+Blue) = 119+161+170=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1AA is #885E55. Grayscale: #959595. Windows color (decimal): -8937046 or 11182455. OLE color: 11182455.
HSL color Cylindrical-coordinate representation of color #77A1AA: hue angle of 190.59º 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 #77A1AA is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 161 | 170 | - |
| CMYK | 0.3 | 0.05 | 0 | 0.33 |
| HSL | 190.59º | 0.23% | 0.57% | - |
| HSV(B) | 190.59º | 0.3% | 0.67% | - |
| XYZ | 27.61 | 32.31 | 42.81 | - |
| YUV | 149.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 170 | 0.3 | 0.05 | 0 | 0.33 | 190.59 | 0.23 | 0.57 |
| Hex | 77 | A1 | AA | 1E | 5 | 0 | 21 | BF | 17 | 39 |
| Octal | 167 | 241 | 252 | 36 | 5 | 0 | 41 | 277 | 27 | 71 |
| Binary | 1110111 | 10100001 | 10101010 | 11110 | 101 | 0 | 100001 | 10111111 | 10111 | 111001 |
Color Harmonies of #77A1AA
Complementary color
Monochromatic Colors of #77A1AA
Black with #77A1AA
Text Example
Text Example
White with #77A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1AA; }
p { color: rgb(119,161,170); }
H1.HeaderClassName
{
color: #77A1AA;
}
.AnyTagClassName
{
color: #77A1AA;
}
</style>
background-color css
<style>
a { background-color: #77A1AA; }
a { background-color: rgb(119,161,170); }
div.DivClassName
{
background-color: #77A1AA;
}
.BgClassName
{
background-color: #77A1AA;
}
</style>
border-color css
<style>
span { border-color: #77A1AA; }
span { border-color: rgb(119,161,170); }
td.TdClassName
{
border-color: #77A1AA;
}
.TagClassName
{
border-color: #77A1AA;
}
</style>