Shades of Neptune #759CA2
Tints of Neptune #759CA2
RGB
CMYK
RGB Variations
Color information
#759CA2 (or 0x759CA2) is known color: Neptune. HEX triplet: 75, 9C and A2. RGB value is (117,156,162). Sum of RGB (Red+Green+Blue) = 117+156+162=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #759CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CA2 is #8A635D. Grayscale: #909090. Windows color (decimal): -9069406 or 10656885. OLE color: 10656885.
HSL color Cylindrical-coordinate representation of color #759CA2: hue angle of 188º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #759CA2 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 156 | 162 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.36 |
| HSL | 188º | 0.19% | 0.55% | - |
| HSV(B) | 188º | 0.28% | 0.64% | - |
| XYZ | 25.75 | 30.17 | 38.65 | - |
| YUV | 145.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 162 | 0.28 | 0.04 | 0 | 0.36 | 188 | 0.19 | 0.55 |
| Hex | 75 | 9C | A2 | 1C | 4 | 0 | 24 | BC | 13 | 37 |
| Octal | 165 | 234 | 242 | 34 | 4 | 0 | 44 | 274 | 23 | 67 |
| Binary | 1110101 | 10011100 | 10100010 | 11100 | 100 | 0 | 100100 | 10111100 | 10011 | 110111 |
Color Harmonies of #759CA2
Complementary color
Monochromatic Colors of #759CA2
Black with #759CA2
Text Example
Text Example
White with #759CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CA2; }
p { color: rgb(117,156,162); }
H1.HeaderClassName
{
color: #759CA2;
}
.AnyTagClassName
{
color: #759CA2;
}
</style>
background-color css
<style>
a { background-color: #759CA2; }
a { background-color: rgb(117,156,162); }
div.DivClassName
{
background-color: #759CA2;
}
.BgClassName
{
background-color: #759CA2;
}
</style>
border-color css
<style>
span { border-color: #759CA2; }
span { border-color: rgb(117,156,162); }
td.TdClassName
{
border-color: #759CA2;
}
.TagClassName
{
border-color: #759CA2;
}
</style>