Shades of Neptune #76A3A1
Tints of Neptune #76A3A1
RGB
CMYK
RGB Variations
Color information
#76A3A1 (or 0x76A3A1) is known color: Neptune. HEX triplet: 76, A3 and A1. RGB value is (118,163,161). Sum of RGB (Red+Green+Blue) = 118+163+161=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #76A3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A3A1 is #895C5E. Grayscale: #959595. Windows color (decimal): -9002079 or 10593142. OLE color: 10593142.
HSL color Cylindrical-coordinate representation of color #76A3A1: hue angle of 177.33º 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 #76A3A1 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 161 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.36 |
| HSL | 177.33º | 0.2% | 0.55% | - |
| HSV(B) | 177.33º | 0.28% | 0.64% | - |
| XYZ | 27 | 32.62 | 38.59 | - |
| YUV | 149.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 161 | 0.28 | 0 | 0.01 | 0.36 | 177.33 | 0.2 | 0.55 |
| Hex | 76 | A3 | A1 | 1C | 0 | 1 | 24 | B1 | 14 | 37 |
| Octal | 166 | 243 | 241 | 34 | 0 | 1 | 44 | 261 | 24 | 67 |
| Binary | 1110110 | 10100011 | 10100001 | 11100 | 0 | 1 | 100100 | 10110001 | 10100 | 110111 |
Color Harmonies of #76A3A1
Complementary color
Monochromatic Colors of #76A3A1
Black with #76A3A1
Text Example
Text Example
White with #76A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A3A1; }
p { color: rgb(118,163,161); }
H1.HeaderClassName
{
color: #76A3A1;
}
.AnyTagClassName
{
color: #76A3A1;
}
</style>
background-color css
<style>
a { background-color: #76A3A1; }
a { background-color: rgb(118,163,161); }
div.DivClassName
{
background-color: #76A3A1;
}
.BgClassName
{
background-color: #76A3A1;
}
</style>
border-color css
<style>
span { border-color: #76A3A1; }
span { border-color: rgb(118,163,161); }
td.TdClassName
{
border-color: #76A3A1;
}
.TagClassName
{
border-color: #76A3A1;
}
</style>