Shades of Neptune #77A1A7
Tints of Neptune #77A1A7
RGB
CMYK
RGB Variations
Color information
#77A1A7 (or 0x77A1A7) is known color: Neptune. HEX triplet: 77, A1 and A7. RGB value is (119,161,167). Sum of RGB (Red+Green+Blue) = 119+161+167=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 167 - color contains mainly: blue. Hex color #77A1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1A7 is #885E58. Grayscale: #959595. Windows color (decimal): -8937049 or 10985847. OLE color: 10985847.
HSL color Cylindrical-coordinate representation of color #77A1A7: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A1A7 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 161 | 167 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.35 |
| HSL | 187.5º | 0.21% | 0.56% | - |
| HSV(B) | 187.5º | 0.29% | 0.65% | - |
| XYZ | 27.33 | 32.2 | 41.33 | - |
| YUV | 149.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 167 | 0.29 | 0.04 | 0 | 0.35 | 187.5 | 0.21 | 0.56 |
| Hex | 77 | A1 | A7 | 1D | 4 | 0 | 23 | BC | 15 | 38 |
| Octal | 167 | 241 | 247 | 35 | 4 | 0 | 43 | 274 | 25 | 70 |
| Binary | 1110111 | 10100001 | 10100111 | 11101 | 100 | 0 | 100011 | 10111100 | 10101 | 111000 |
Color Harmonies of #77A1A7
Complementary color
Monochromatic Colors of #77A1A7
Black with #77A1A7
Text Example
Text Example
White with #77A1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1A7; }
p { color: rgb(119,161,167); }
H1.HeaderClassName
{
color: #77A1A7;
}
.AnyTagClassName
{
color: #77A1A7;
}
</style>
background-color css
<style>
a { background-color: #77A1A7; }
a { background-color: rgb(119,161,167); }
div.DivClassName
{
background-color: #77A1A7;
}
.BgClassName
{
background-color: #77A1A7;
}
</style>
border-color css
<style>
span { border-color: #77A1A7; }
span { border-color: rgb(119,161,167); }
td.TdClassName
{
border-color: #77A1A7;
}
.TagClassName
{
border-color: #77A1A7;
}
</style>