Shades of Neptune #77A1A0
Tints of Neptune #77A1A0
RGB
CMYK
RGB Variations
Color information
#77A1A0 (or 0x77A1A0) is known color: Neptune. HEX triplet: 77, A1 and A0. RGB value is (119,161,160). Sum of RGB (Red+Green+Blue) = 119+161+160=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #77A1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1A0 is #885E5F. Grayscale: #949494. Windows color (decimal): -8937056 or 10527095. OLE color: 10527095.
HSL color Cylindrical-coordinate representation of color #77A1A0: hue angle of 178.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A1A0 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 160 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.37 |
| HSL | 178.57º | 0.18% | 0.55% | - |
| HSV(B) | 178.57º | 0.26% | 0.63% | - |
| XYZ | 26.7 | 31.95 | 38.02 | - |
| YUV | 148.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 160 | 0.26 | 0 | 0.01 | 0.37 | 178.57 | 0.18 | 0.55 |
| Hex | 77 | A1 | A0 | 1A | 0 | 1 | 25 | B3 | 12 | 37 |
| Octal | 167 | 241 | 240 | 32 | 0 | 1 | 45 | 263 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10100000 | 11010 | 0 | 1 | 100101 | 10110011 | 10010 | 110111 |
Color Harmonies of #77A1A0
Complementary color
Monochromatic Colors of #77A1A0
Black with #77A1A0
Text Example
Text Example
White with #77A1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1A0; }
p { color: rgb(119,161,160); }
H1.HeaderClassName
{
color: #77A1A0;
}
.AnyTagClassName
{
color: #77A1A0;
}
</style>
background-color css
<style>
a { background-color: #77A1A0; }
a { background-color: rgb(119,161,160); }
div.DivClassName
{
background-color: #77A1A0;
}
.BgClassName
{
background-color: #77A1A0;
}
</style>
border-color css
<style>
span { border-color: #77A1A0; }
span { border-color: rgb(119,161,160); }
td.TdClassName
{
border-color: #77A1A0;
}
.TagClassName
{
border-color: #77A1A0;
}
</style>