Shades of Neptune #759E9D
Tints of Neptune #759E9D
RGB
CMYK
RGB Variations
Color information
#759E9D (or 0x759E9D) is known color: Neptune. HEX triplet: 75, 9E and 9D. RGB value is (117,158,157). Sum of RGB (Red+Green+Blue) = 117+158+157=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #759E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E9D is #8A6162. Grayscale: #919191. Windows color (decimal): -9068899 or 10329717. OLE color: 10329717.
HSL color Cylindrical-coordinate representation of color #759E9D: hue angle of 178.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759E9D is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 157 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.38 |
| HSL | 178.54º | 0.17% | 0.54% | - |
| HSV(B) | 178.54º | 0.26% | 0.62% | - |
| XYZ | 25.65 | 30.67 | 36.47 | - |
| YUV | 145.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 157 | 0.26 | 0 | 0.01 | 0.38 | 178.54 | 0.17 | 0.54 |
| Hex | 75 | 9E | 9D | 1A | 0 | 1 | 26 | B3 | 11 | 36 |
| Octal | 165 | 236 | 235 | 32 | 0 | 1 | 46 | 263 | 21 | 66 |
| Binary | 1110101 | 10011110 | 10011101 | 11010 | 0 | 1 | 100110 | 10110011 | 10001 | 110110 |
Color Harmonies of #759E9D
Complementary color
Monochromatic Colors of #759E9D
Black with #759E9D
Text Example
Text Example
White with #759E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E9D; }
p { color: rgb(117,158,157); }
H1.HeaderClassName
{
color: #759E9D;
}
.AnyTagClassName
{
color: #759E9D;
}
</style>
background-color css
<style>
a { background-color: #759E9D; }
a { background-color: rgb(117,158,157); }
div.DivClassName
{
background-color: #759E9D;
}
.BgClassName
{
background-color: #759E9D;
}
</style>
border-color css
<style>
span { border-color: #759E9D; }
span { border-color: rgb(117,158,157); }
td.TdClassName
{
border-color: #759E9D;
}
.TagClassName
{
border-color: #759E9D;
}
</style>