Shades of Neptune #769BA1
Tints of Neptune #769BA1
RGB
CMYK
RGB Variations
Color information
#769BA1 (or 0x769BA1) is known color: Neptune. HEX triplet: 76, 9B and A1. RGB value is (118,155,161). Sum of RGB (Red+Green+Blue) = 118+155+161=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #769BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA1 is #89645E. Grayscale: #909090. Windows color (decimal): -9004127 or 10591094. OLE color: 10591094.
HSL color Cylindrical-coordinate representation of color #769BA1: hue angle of 188.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769BA1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 155 | 161 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.37 |
| HSL | 188.37º | 0.19% | 0.55% | - |
| HSV(B) | 188.37º | 0.27% | 0.63% | - |
| XYZ | 25.63 | 29.87 | 38.13 | - |
| YUV | 144.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 161 | 0.27 | 0.04 | 0 | 0.37 | 188.37 | 0.19 | 0.55 |
| Hex | 76 | 9B | A1 | 1B | 4 | 0 | 25 | BC | 13 | 37 |
| Octal | 166 | 233 | 241 | 33 | 4 | 0 | 45 | 274 | 23 | 67 |
| Binary | 1110110 | 10011011 | 10100001 | 11011 | 100 | 0 | 100101 | 10111100 | 10011 | 110111 |
Color Harmonies of #769BA1
Complementary color
Monochromatic Colors of #769BA1
Black with #769BA1
Text Example
Text Example
White with #769BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BA1; }
p { color: rgb(118,155,161); }
H1.HeaderClassName
{
color: #769BA1;
}
.AnyTagClassName
{
color: #769BA1;
}
</style>
background-color css
<style>
a { background-color: #769BA1; }
a { background-color: rgb(118,155,161); }
div.DivClassName
{
background-color: #769BA1;
}
.BgClassName
{
background-color: #769BA1;
}
</style>
border-color css
<style>
span { border-color: #769BA1; }
span { border-color: rgb(118,155,161); }
td.TdClassName
{
border-color: #769BA1;
}
.TagClassName
{
border-color: #769BA1;
}
</style>