Shades of Neptune #75A3A1
Tints of Neptune #75A3A1
RGB
CMYK
RGB Variations
Color information
#75A3A1 (or 0x75A3A1) is known color: Neptune. HEX triplet: 75, A3 and A1. RGB value is (117,163,161). Sum of RGB (Red+Green+Blue) = 117+163+161=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #75A3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A3A1 is #8A5C5E. Grayscale: #949494. Windows color (decimal): -9067615 or 10593141. OLE color: 10593141.
HSL color Cylindrical-coordinate representation of color #75A3A1: hue angle of 177.39º degrees, saturation: 0.2, 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 #75A3A1 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 161 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.36 |
| HSL | 177.39º | 0.2% | 0.55% | - |
| HSV(B) | 177.39º | 0.28% | 0.64% | - |
| XYZ | 26.87 | 32.55 | 38.58 | - |
| YUV | 149.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 161 | 0.28 | 0 | 0.01 | 0.36 | 177.39 | 0.2 | 0.55 |
| Hex | 75 | A3 | A1 | 1C | 0 | 1 | 24 | B1 | 14 | 37 |
| Octal | 165 | 243 | 241 | 34 | 0 | 1 | 44 | 261 | 24 | 67 |
| Binary | 1110101 | 10100011 | 10100001 | 11100 | 0 | 1 | 100100 | 10110001 | 10100 | 110111 |
Color Harmonies of #75A3A1
Complementary color
Monochromatic Colors of #75A3A1
Black with #75A3A1
Text Example
Text Example
White with #75A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A3A1; }
p { color: rgb(117,163,161); }
H1.HeaderClassName
{
color: #75A3A1;
}
.AnyTagClassName
{
color: #75A3A1;
}
</style>
background-color css
<style>
a { background-color: #75A3A1; }
a { background-color: rgb(117,163,161); }
div.DivClassName
{
background-color: #75A3A1;
}
.BgClassName
{
background-color: #75A3A1;
}
</style>
border-color css
<style>
span { border-color: #75A3A1; }
span { border-color: rgb(117,163,161); }
td.TdClassName
{
border-color: #75A3A1;
}
.TagClassName
{
border-color: #75A3A1;
}
</style>