Shades of Neptune #77AAAF
Tints of Neptune #77AAAF
RGB
CMYK
RGB Variations
Color information
#77AAAF (or 0x77AAAF) is known color: Neptune. HEX triplet: 77, AA and AF. RGB value is (119,170,175). Sum of RGB (Red+Green+Blue) = 119+170+175=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #77AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAF is #885550. Grayscale: #9B9B9B. Windows color (decimal): -8934737 or 11512439. OLE color: 11512439.
HSL color Cylindrical-coordinate representation of color #77AAAF: hue angle of 185.36º degrees, saturation: 0.26, 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 #77AAAF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 170 | 175 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.31 |
| HSL | 185.36º | 0.26% | 0.58% | - |
| HSV(B) | 185.36º | 0.32% | 0.69% | - |
| XYZ | 29.72 | 35.77 | 45.89 | - |
| YUV | 155.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 175 | 0.32 | 0.03 | 0 | 0.31 | 185.36 | 0.26 | 0.58 |
| Hex | 77 | AA | AF | 20 | 3 | 0 | 1F | B9 | 1A | 3A |
| Octal | 167 | 252 | 257 | 40 | 3 | 0 | 37 | 271 | 32 | 72 |
| Binary | 1110111 | 10101010 | 10101111 | 100000 | 11 | 0 | 11111 | 10111001 | 11010 | 111010 |
Color Harmonies of #77AAAF
Complementary color
Monochromatic Colors of #77AAAF
Black with #77AAAF
Text Example
Text Example
White with #77AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAAF; }
p { color: rgb(119,170,175); }
H1.HeaderClassName
{
color: #77AAAF;
}
.AnyTagClassName
{
color: #77AAAF;
}
</style>
background-color css
<style>
a { background-color: #77AAAF; }
a { background-color: rgb(119,170,175); }
div.DivClassName
{
background-color: #77AAAF;
}
.BgClassName
{
background-color: #77AAAF;
}
</style>
border-color css
<style>
span { border-color: #77AAAF; }
span { border-color: rgb(119,170,175); }
td.TdClassName
{
border-color: #77AAAF;
}
.TagClassName
{
border-color: #77AAAF;
}
</style>