Shades of Neptune #77A3AB
Tints of Neptune #77A3AB
RGB
CMYK
RGB Variations
Color information
#77A3AB (or 0x77A3AB) is known color: Neptune. HEX triplet: 77, A3 and AB. RGB value is (119,163,171). Sum of RGB (Red+Green+Blue) = 119+163+171=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A3AB is #885C54. Grayscale: #969696. Windows color (decimal): -8936533 or 11248503. OLE color: 11248503.
HSL color Cylindrical-coordinate representation of color #77A3AB: hue angle of 189.23º degrees, saturation: 0.24, 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 #77A3AB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 163 | 171 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.33 |
| HSL | 189.23º | 0.24% | 0.57% | - |
| HSV(B) | 189.23º | 0.3% | 0.67% | - |
| XYZ | 28.06 | 33.06 | 43.43 | - |
| YUV | 150.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 171 | 0.30 | 0.05 | 0 | 0.33 | 189.23 | 0.24 | 0.57 |
| Hex | 77 | A3 | AB | 1E | 5 | 0 | 21 | BD | 18 | 39 |
| Octal | 167 | 243 | 253 | 36 | 5 | 0 | 41 | 275 | 30 | 71 |
| Binary | 1110111 | 10100011 | 10101011 | 11110 | 101 | 0 | 100001 | 10111101 | 11000 | 111001 |
Color Harmonies of #77A3AB
Complementary color
Monochromatic Colors of #77A3AB
Black with #77A3AB
Text Example
Text Example
White with #77A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3AB; }
p { color: rgb(119,163,171); }
H1.HeaderClassName
{
color: #77A3AB;
}
.AnyTagClassName
{
color: #77A3AB;
}
</style>
background-color css
<style>
a { background-color: #77A3AB; }
a { background-color: rgb(119,163,171); }
div.DivClassName
{
background-color: #77A3AB;
}
.BgClassName
{
background-color: #77A3AB;
}
</style>
border-color css
<style>
span { border-color: #77A3AB; }
span { border-color: rgb(119,163,171); }
td.TdClassName
{
border-color: #77A3AB;
}
.TagClassName
{
border-color: #77A3AB;
}
</style>