Shades of Neptune #769EA0
Tints of Neptune #769EA0
RGB
CMYK
RGB Variations
Color information
#769EA0 (or 0x769EA0) is known color: Neptune. HEX triplet: 76, 9E and A0. RGB value is (118,158,160). Sum of RGB (Red+Green+Blue) = 118+158+160=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #769EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EA0 is #89615F. Grayscale: #929292. Windows color (decimal): -9003360 or 10526326. OLE color: 10526326.
HSL color Cylindrical-coordinate representation of color #769EA0: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769EA0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 158 | 160 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.37 |
| HSL | 182.86º | 0.18% | 0.55% | - |
| HSV(B) | 182.86º | 0.26% | 0.63% | - |
| XYZ | 26.04 | 30.84 | 37.84 | - |
| YUV | 146.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 160 | 0.26 | 0.01 | 0 | 0.37 | 182.86 | 0.18 | 0.55 |
| Hex | 76 | 9E | A0 | 1A | 1 | 0 | 25 | B7 | 12 | 37 |
| Octal | 166 | 236 | 240 | 32 | 1 | 0 | 45 | 267 | 22 | 67 |
| Binary | 1110110 | 10011110 | 10100000 | 11010 | 1 | 0 | 100101 | 10110111 | 10010 | 110111 |
Color Harmonies of #769EA0
Complementary color
Monochromatic Colors of #769EA0
Black with #769EA0
Text Example
Text Example
White with #769EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EA0; }
p { color: rgb(118,158,160); }
H1.HeaderClassName
{
color: #769EA0;
}
.AnyTagClassName
{
color: #769EA0;
}
</style>
background-color css
<style>
a { background-color: #769EA0; }
a { background-color: rgb(118,158,160); }
div.DivClassName
{
background-color: #769EA0;
}
.BgClassName
{
background-color: #769EA0;
}
</style>
border-color css
<style>
span { border-color: #769EA0; }
span { border-color: rgb(118,158,160); }
td.TdClassName
{
border-color: #769EA0;
}
.TagClassName
{
border-color: #769EA0;
}
</style>