Shades of Neptune #75999C
Tints of Neptune #75999C
RGB
CMYK
RGB Variations
Color information
#75999C (or 0x75999C) is known color: Neptune. HEX triplet: 75, 99 and 9C. RGB value is (117,153,156). Sum of RGB (Red+Green+Blue) = 117+153+156=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #75999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75999C is #8A6663. Grayscale: #8E8E8E. Windows color (decimal): -9070180 or 10262901. OLE color: 10262901.
HSL color Cylindrical-coordinate representation of color #75999C: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75999C is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 153 | 156 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.39 |
| HSL | 184.62º | 0.16% | 0.54% | - |
| HSV(B) | 184.62º | 0.25% | 0.61% | - |
| XYZ | 24.73 | 28.96 | 35.74 | - |
| YUV | 142.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 156 | 0.25 | 0.02 | 0 | 0.39 | 184.62 | 0.16 | 0.54 |
| Hex | 75 | 99 | 9C | 19 | 2 | 0 | 27 | B9 | 10 | 36 |
| Octal | 165 | 231 | 234 | 31 | 2 | 0 | 47 | 271 | 20 | 66 |
| Binary | 1110101 | 10011001 | 10011100 | 11001 | 10 | 0 | 100111 | 10111001 | 10000 | 110110 |
Color Harmonies of #75999C
Complementary color
Monochromatic Colors of #75999C
Black with #75999C
Text Example
Text Example
White with #75999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75999C; }
p { color: rgb(117,153,156); }
H1.HeaderClassName
{
color: #75999C;
}
.AnyTagClassName
{
color: #75999C;
}
</style>
background-color css
<style>
a { background-color: #75999C; }
a { background-color: rgb(117,153,156); }
div.DivClassName
{
background-color: #75999C;
}
.BgClassName
{
background-color: #75999C;
}
</style>
border-color css
<style>
span { border-color: #75999C; }
span { border-color: rgb(117,153,156); }
td.TdClassName
{
border-color: #75999C;
}
.TagClassName
{
border-color: #75999C;
}
</style>