Shades of Neptune #769FAA
Tints of Neptune #769FAA
RGB
CMYK
RGB Variations
Color information
#769FAA (or 0x769FAA) is known color: Neptune. HEX triplet: 76, 9F and AA. RGB value is (118,159,170). Sum of RGB (Red+Green+Blue) = 118+159+170=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #769FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAA is #896055. Grayscale: #939393. Windows color (decimal): -9003094 or 11181942. OLE color: 11181942.
HSL color Cylindrical-coordinate representation of color #769FAA: hue angle of 192.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769FAA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 159 | 170 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.33 |
| HSL | 192.69º | 0.23% | 0.56% | - |
| HSV(B) | 192.69º | 0.31% | 0.67% | - |
| XYZ | 27.13 | 31.55 | 42.69 | - |
| YUV | 148 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 170 | 0.31 | 0.06 | 0 | 0.33 | 192.69 | 0.23 | 0.56 |
| Hex | 76 | 9F | AA | 1F | 6 | 0 | 21 | C1 | 17 | 38 |
| Octal | 166 | 237 | 252 | 37 | 6 | 0 | 41 | 301 | 27 | 70 |
| Binary | 1110110 | 10011111 | 10101010 | 11111 | 110 | 0 | 100001 | 11000001 | 10111 | 111000 |
Color Harmonies of #769FAA
Complementary color
Monochromatic Colors of #769FAA
Black with #769FAA
Text Example
Text Example
White with #769FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FAA; }
p { color: rgb(118,159,170); }
H1.HeaderClassName
{
color: #769FAA;
}
.AnyTagClassName
{
color: #769FAA;
}
</style>
background-color css
<style>
a { background-color: #769FAA; }
a { background-color: rgb(118,159,170); }
div.DivClassName
{
background-color: #769FAA;
}
.BgClassName
{
background-color: #769FAA;
}
</style>
border-color css
<style>
span { border-color: #769FAA; }
span { border-color: rgb(118,159,170); }
td.TdClassName
{
border-color: #769FAA;
}
.TagClassName
{
border-color: #769FAA;
}
</style>