Shades of Neptune #76A6A4
Tints of Neptune #76A6A4
RGB
CMYK
RGB Variations
Color information
#76A6A4 (or 0x76A6A4) is known color: Neptune. HEX triplet: 76, A6 and A4. RGB value is (118,166,164). Sum of RGB (Red+Green+Blue) = 118+166+164=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #76A6A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6A4 is #89595B. Grayscale: #979797. Windows color (decimal): -9001308 or 10790518. OLE color: 10790518.
HSL color Cylindrical-coordinate representation of color #76A6A4: hue angle of 177.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A6A4 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 164 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.35 |
| HSL | 177.5º | 0.21% | 0.56% | - |
| HSV(B) | 177.5º | 0.29% | 0.65% | - |
| XYZ | 27.81 | 33.8 | 40.18 | - |
| YUV | 151.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 164 | 0.29 | 0 | 0.01 | 0.35 | 177.5 | 0.21 | 0.56 |
| Hex | 76 | A6 | A4 | 1D | 0 | 1 | 23 | B2 | 15 | 38 |
| Octal | 166 | 246 | 244 | 35 | 0 | 1 | 43 | 262 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10100100 | 11101 | 0 | 1 | 100011 | 10110010 | 10101 | 111000 |
Color Harmonies of #76A6A4
Complementary color
Monochromatic Colors of #76A6A4
Black with #76A6A4
Text Example
Text Example
White with #76A6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6A4; }
p { color: rgb(118,166,164); }
H1.HeaderClassName
{
color: #76A6A4;
}
.AnyTagClassName
{
color: #76A6A4;
}
</style>
background-color css
<style>
a { background-color: #76A6A4; }
a { background-color: rgb(118,166,164); }
div.DivClassName
{
background-color: #76A6A4;
}
.BgClassName
{
background-color: #76A6A4;
}
</style>
border-color css
<style>
span { border-color: #76A6A4; }
span { border-color: rgb(118,166,164); }
td.TdClassName
{
border-color: #76A6A4;
}
.TagClassName
{
border-color: #76A6A4;
}
</style>