Shades of Neptune #75979C
Tints of Neptune #75979C
RGB
CMYK
RGB Variations
Color information
#75979C (or 0x75979C) is known color: Neptune. HEX triplet: 75, 97 and 9C. RGB value is (117,151,156). Sum of RGB (Red+Green+Blue) = 117+151+156=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #75979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75979C is #8A6863. Grayscale: #8D8D8D. Windows color (decimal): -9070692 or 10262389. OLE color: 10262389.
HSL color Cylindrical-coordinate representation of color #75979C: hue angle of 187.69º 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 #75979C is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 151 | 156 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.39 |
| HSL | 187.69º | 0.16% | 0.54% | - |
| HSV(B) | 187.69º | 0.25% | 0.61% | - |
| XYZ | 24.4 | 28.32 | 35.63 | - |
| YUV | 141.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 156 | 0.25 | 0.03 | 0 | 0.39 | 187.69 | 0.16 | 0.54 |
| Hex | 75 | 97 | 9C | 19 | 3 | 0 | 27 | BC | 10 | 36 |
| Octal | 165 | 227 | 234 | 31 | 3 | 0 | 47 | 274 | 20 | 66 |
| Binary | 1110101 | 10010111 | 10011100 | 11001 | 11 | 0 | 100111 | 10111100 | 10000 | 110110 |
Color Harmonies of #75979C
Complementary color
Monochromatic Colors of #75979C
Black with #75979C
Text Example
Text Example
White with #75979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75979C; }
p { color: rgb(117,151,156); }
H1.HeaderClassName
{
color: #75979C;
}
.AnyTagClassName
{
color: #75979C;
}
</style>
background-color css
<style>
a { background-color: #75979C; }
a { background-color: rgb(117,151,156); }
div.DivClassName
{
background-color: #75979C;
}
.BgClassName
{
background-color: #75979C;
}
</style>
border-color css
<style>
span { border-color: #75979C; }
span { border-color: rgb(117,151,156); }
td.TdClassName
{
border-color: #75979C;
}
.TagClassName
{
border-color: #75979C;
}
</style>