Shades of Neptune #77A6AE
Tints of Neptune #77A6AE
RGB
CMYK
RGB Variations
Color information
#77A6AE (or 0x77A6AE) is known color: Neptune. HEX triplet: 77, A6 and AE. RGB value is (119,166,174). Sum of RGB (Red+Green+Blue) = 119+166+174=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #77A6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AE is #885951. Grayscale: #989898. Windows color (decimal): -8935762 or 11445879. OLE color: 11445879.
HSL color Cylindrical-coordinate representation of color #77A6AE: hue angle of 188.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77A6AE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 166 | 174 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.32 |
| HSL | 188.73º | 0.25% | 0.57% | - |
| HSV(B) | 188.73º | 0.32% | 0.68% | - |
| XYZ | 28.88 | 34.25 | 45.13 | - |
| YUV | 152.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 174 | 0.32 | 0.05 | 0 | 0.32 | 188.73 | 0.25 | 0.57 |
| Hex | 77 | A6 | AE | 20 | 5 | 0 | 20 | BD | 19 | 39 |
| Octal | 167 | 246 | 256 | 40 | 5 | 0 | 40 | 275 | 31 | 71 |
| Binary | 1110111 | 10100110 | 10101110 | 100000 | 101 | 0 | 100000 | 10111101 | 11001 | 111001 |
Color Harmonies of #77A6AE
Complementary color
Monochromatic Colors of #77A6AE
Black with #77A6AE
Text Example
Text Example
White with #77A6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A6AE; }
p { color: rgb(119,166,174); }
H1.HeaderClassName
{
color: #77A6AE;
}
.AnyTagClassName
{
color: #77A6AE;
}
</style>
background-color css
<style>
a { background-color: #77A6AE; }
a { background-color: rgb(119,166,174); }
div.DivClassName
{
background-color: #77A6AE;
}
.BgClassName
{
background-color: #77A6AE;
}
</style>
border-color css
<style>
span { border-color: #77A6AE; }
span { border-color: rgb(119,166,174); }
td.TdClassName
{
border-color: #77A6AE;
}
.TagClassName
{
border-color: #77A6AE;
}
</style>