Shades of Neptune #77AAB0
Tints of Neptune #77AAB0
RGB
CMYK
RGB Variations
Color information
#77AAB0 (or 0x77AAB0) is known color: Neptune. HEX triplet: 77, AA and B0. RGB value is (119,170,176). Sum of RGB (Red+Green+Blue) = 119+170+176=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #77AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAB0 is #88554F. Grayscale: #9B9B9B. Windows color (decimal): -8934736 or 11577975. OLE color: 11577975.
HSL color Cylindrical-coordinate representation of color #77AAB0: hue angle of 186.32º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AAB0 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 170 | 176 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.31 |
| HSL | 186.32º | 0.27% | 0.58% | - |
| HSV(B) | 186.32º | 0.32% | 0.69% | - |
| XYZ | 29.82 | 35.81 | 46.41 | - |
| YUV | 155.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 176 | 0.32 | 0.03 | 0 | 0.31 | 186.32 | 0.27 | 0.58 |
| Hex | 77 | AA | B0 | 20 | 3 | 0 | 1F | BA | 1B | 3A |
| Octal | 167 | 252 | 260 | 40 | 3 | 0 | 37 | 272 | 33 | 72 |
| Binary | 1110111 | 10101010 | 10110000 | 100000 | 11 | 0 | 11111 | 10111010 | 11011 | 111010 |
Color Harmonies of #77AAB0
Complementary color
Monochromatic Colors of #77AAB0
Black with #77AAB0
Text Example
Text Example
White with #77AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAB0; }
p { color: rgb(119,170,176); }
H1.HeaderClassName
{
color: #77AAB0;
}
.AnyTagClassName
{
color: #77AAB0;
}
</style>
background-color css
<style>
a { background-color: #77AAB0; }
a { background-color: rgb(119,170,176); }
div.DivClassName
{
background-color: #77AAB0;
}
.BgClassName
{
background-color: #77AAB0;
}
</style>
border-color css
<style>
span { border-color: #77AAB0; }
span { border-color: rgb(119,170,176); }
td.TdClassName
{
border-color: #77AAB0;
}
.TagClassName
{
border-color: #77AAB0;
}
</style>