Shades of Neptune #76A2A2
Tints of Neptune #76A2A2
RGB
CMYK
RGB Variations
Color information
#76A2A2 (or 0x76A2A2) is known color: Neptune. HEX triplet: 76, A2 and A2. RGB value is (118,162,162). Sum of RGB (Red+Green+Blue) = 118+162+162=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #76A2A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2A2 is #895D5D. Grayscale: #949494. Windows color (decimal): -9002334 or 10658422. OLE color: 10658422.
HSL color Cylindrical-coordinate representation of color #76A2A2: hue angle of 180º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A2A2 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 162 | - |
| CMYK | 0.27 | 0 | 0 | 0.36 |
| HSL | 180º | 0.19% | 0.55% | - |
| HSV(B) | 180º | 0.27% | 0.64% | - |
| XYZ | 26.91 | 32.3 | 39 | - |
| YUV | 148.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 162 | 0.27 | 0 | 0 | 0.36 | 180 | 0.19 | 0.55 |
| Hex | 76 | A2 | A2 | 1B | 0 | 0 | 24 | B4 | 13 | 37 |
| Octal | 166 | 242 | 242 | 33 | 0 | 0 | 44 | 264 | 23 | 67 |
| Binary | 1110110 | 10100010 | 10100010 | 11011 | 0 | 0 | 100100 | 10110100 | 10011 | 110111 |
Color Harmonies of #76A2A2
Complementary color
Monochromatic Colors of #76A2A2
Black with #76A2A2
Text Example
Text Example
White with #76A2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2A2; }
p { color: rgb(118,162,162); }
H1.HeaderClassName
{
color: #76A2A2;
}
.AnyTagClassName
{
color: #76A2A2;
}
</style>
background-color css
<style>
a { background-color: #76A2A2; }
a { background-color: rgb(118,162,162); }
div.DivClassName
{
background-color: #76A2A2;
}
.BgClassName
{
background-color: #76A2A2;
}
</style>
border-color css
<style>
span { border-color: #76A2A2; }
span { border-color: rgb(118,162,162); }
td.TdClassName
{
border-color: #76A2A2;
}
.TagClassName
{
border-color: #76A2A2;
}
</style>