Shades of Neptune #75999E
Tints of Neptune #75999E
RGB
CMYK
RGB Variations
Color information
#75999E (or 0x75999E) is known color: Neptune. HEX triplet: 75, 99 and 9E. RGB value is (117,153,158). Sum of RGB (Red+Green+Blue) = 117+153+158=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #75999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75999E is #8A6661. Grayscale: #8E8E8E. Windows color (decimal): -9070178 or 10393973. OLE color: 10393973.
HSL color Cylindrical-coordinate representation of color #75999E: hue angle of 187.32º 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 #75999E is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 153 | 158 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.38 |
| HSL | 187.32º | 0.17% | 0.54% | - |
| HSV(B) | 187.32º | 0.26% | 0.62% | - |
| XYZ | 24.9 | 29.03 | 36.64 | - |
| YUV | 142.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 158 | 0.26 | 0.03 | 0 | 0.38 | 187.32 | 0.17 | 0.54 |
| Hex | 75 | 99 | 9E | 1A | 3 | 0 | 26 | BB | 11 | 36 |
| Octal | 165 | 231 | 236 | 32 | 3 | 0 | 46 | 273 | 21 | 66 |
| Binary | 1110101 | 10011001 | 10011110 | 11010 | 11 | 0 | 100110 | 10111011 | 10001 | 110110 |
Color Harmonies of #75999E
Complementary color
Monochromatic Colors of #75999E
Black with #75999E
Text Example
Text Example
White with #75999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75999E; }
p { color: rgb(117,153,158); }
H1.HeaderClassName
{
color: #75999E;
}
.AnyTagClassName
{
color: #75999E;
}
</style>
background-color css
<style>
a { background-color: #75999E; }
a { background-color: rgb(117,153,158); }
div.DivClassName
{
background-color: #75999E;
}
.BgClassName
{
background-color: #75999E;
}
</style>
border-color css
<style>
span { border-color: #75999E; }
span { border-color: rgb(117,153,158); }
td.TdClassName
{
border-color: #75999E;
}
.TagClassName
{
border-color: #75999E;
}
</style>