Shades of Neptune #769EA2
Tints of Neptune #769EA2
RGB
CMYK
RGB Variations
Color information
#769EA2 (or 0x769EA2) is known color: Neptune. HEX triplet: 76, 9E and A2. RGB value is (118,158,162). Sum of RGB (Red+Green+Blue) = 118+158+162=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #769EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EA2 is #89615D. Grayscale: #929292. Windows color (decimal): -9003358 or 10657398. OLE color: 10657398.
HSL color Cylindrical-coordinate representation of color #769EA2: hue angle of 185.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769EA2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 158 | 162 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.36 |
| HSL | 185.45º | 0.19% | 0.55% | - |
| HSV(B) | 185.45º | 0.27% | 0.64% | - |
| XYZ | 26.22 | 30.91 | 38.77 | - |
| YUV | 146.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 162 | 0.27 | 0.02 | 0 | 0.36 | 185.45 | 0.19 | 0.55 |
| Hex | 76 | 9E | A2 | 1B | 2 | 0 | 24 | B9 | 13 | 37 |
| Octal | 166 | 236 | 242 | 33 | 2 | 0 | 44 | 271 | 23 | 67 |
| Binary | 1110110 | 10011110 | 10100010 | 11011 | 10 | 0 | 100100 | 10111001 | 10011 | 110111 |
Color Harmonies of #769EA2
Complementary color
Monochromatic Colors of #769EA2
Black with #769EA2
Text Example
Text Example
White with #769EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EA2; }
p { color: rgb(118,158,162); }
H1.HeaderClassName
{
color: #769EA2;
}
.AnyTagClassName
{
color: #769EA2;
}
</style>
background-color css
<style>
a { background-color: #769EA2; }
a { background-color: rgb(118,158,162); }
div.DivClassName
{
background-color: #769EA2;
}
.BgClassName
{
background-color: #769EA2;
}
</style>
border-color css
<style>
span { border-color: #769EA2; }
span { border-color: rgb(118,158,162); }
td.TdClassName
{
border-color: #769EA2;
}
.TagClassName
{
border-color: #769EA2;
}
</style>