Shades of Neptune #77A9AC
Tints of Neptune #77A9AC
RGB
CMYK
RGB Variations
Color information
#77A9AC (or 0x77A9AC) is known color: Neptune. HEX triplet: 77, A9 and AC. RGB value is (119,169,172). Sum of RGB (Red+Green+Blue) = 119+169+172=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A9AC is #885653. Grayscale: #9A9A9A. Windows color (decimal): -8934996 or 11315575. OLE color: 11315575.
HSL color Cylindrical-coordinate representation of color #77A9AC: hue angle of 183.4º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A9AC is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 169 | 172 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.33 |
| HSL | 183.4º | 0.24% | 0.57% | - |
| HSV(B) | 183.4º | 0.31% | 0.67% | - |
| XYZ | 29.24 | 35.28 | 44.3 | - |
| YUV | 154.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 172 | 0.31 | 0.02 | 0 | 0.33 | 183.4 | 0.24 | 0.57 |
| Hex | 77 | A9 | AC | 1F | 2 | 0 | 21 | B7 | 18 | 39 |
| Octal | 167 | 251 | 254 | 37 | 2 | 0 | 41 | 267 | 30 | 71 |
| Binary | 1110111 | 10101001 | 10101100 | 11111 | 10 | 0 | 100001 | 10110111 | 11000 | 111001 |
Color Harmonies of #77A9AC
Complementary color
Monochromatic Colors of #77A9AC
Black with #77A9AC
Text Example
Text Example
White with #77A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9AC; }
p { color: rgb(119,169,172); }
H1.HeaderClassName
{
color: #77A9AC;
}
.AnyTagClassName
{
color: #77A9AC;
}
</style>
background-color css
<style>
a { background-color: #77A9AC; }
a { background-color: rgb(119,169,172); }
div.DivClassName
{
background-color: #77A9AC;
}
.BgClassName
{
background-color: #77A9AC;
}
</style>
border-color css
<style>
span { border-color: #77A9AC; }
span { border-color: rgb(119,169,172); }
td.TdClassName
{
border-color: #77A9AC;
}
.TagClassName
{
border-color: #77A9AC;
}
</style>