Shades of Neptune #769BA0
Tints of Neptune #769BA0
RGB
CMYK
RGB Variations
Color information
#769BA0 (or 0x769BA0) is known color: Neptune. HEX triplet: 76, 9B and A0. RGB value is (118,155,160). Sum of RGB (Red+Green+Blue) = 118+155+160=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #769BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA0 is #89645F. Grayscale: #909090. Windows color (decimal): -9004128 or 10525558. OLE color: 10525558.
HSL color Cylindrical-coordinate representation of color #769BA0: hue angle of 187.14º 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 #769BA0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 155 | 160 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.37 |
| HSL | 187.14º | 0.18% | 0.55% | - |
| HSV(B) | 187.14º | 0.26% | 0.63% | - |
| XYZ | 25.54 | 29.83 | 37.67 | - |
| YUV | 144.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 160 | 0.26 | 0.03 | 0 | 0.37 | 187.14 | 0.18 | 0.55 |
| Hex | 76 | 9B | A0 | 1A | 3 | 0 | 25 | BB | 12 | 37 |
| Octal | 166 | 233 | 240 | 32 | 3 | 0 | 45 | 273 | 22 | 67 |
| Binary | 1110110 | 10011011 | 10100000 | 11010 | 11 | 0 | 100101 | 10111011 | 10010 | 110111 |
Color Harmonies of #769BA0
Complementary color
Monochromatic Colors of #769BA0
Black with #769BA0
Text Example
Text Example
White with #769BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BA0; }
p { color: rgb(118,155,160); }
H1.HeaderClassName
{
color: #769BA0;
}
.AnyTagClassName
{
color: #769BA0;
}
</style>
background-color css
<style>
a { background-color: #769BA0; }
a { background-color: rgb(118,155,160); }
div.DivClassName
{
background-color: #769BA0;
}
.BgClassName
{
background-color: #769BA0;
}
</style>
border-color css
<style>
span { border-color: #769BA0; }
span { border-color: rgb(118,155,160); }
td.TdClassName
{
border-color: #769BA0;
}
.TagClassName
{
border-color: #769BA0;
}
</style>