Shades of Neptune #76A6A7
Tints of Neptune #76A6A7
RGB
CMYK
RGB Variations
Color information
#76A6A7 (or 0x76A6A7) is known color: Neptune. HEX triplet: 76, A6 and A7. RGB value is (118,166,167). Sum of RGB (Red+Green+Blue) = 118+166+167=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 167 - color contains mainly: blue. Hex color #76A6A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6A7 is #895958. Grayscale: #979797. Windows color (decimal): -9001305 or 10987126. OLE color: 10987126.
HSL color Cylindrical-coordinate representation of color #76A6A7: hue angle of 181.22º degrees, saturation: 0.22, 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 #76A6A7 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 167 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.35 |
| HSL | 181.22º | 0.22% | 0.56% | - |
| HSV(B) | 181.22º | 0.29% | 0.65% | - |
| XYZ | 28.08 | 33.91 | 41.63 | - |
| YUV | 151.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 167 | 0.29 | 0.01 | 0 | 0.35 | 181.22 | 0.22 | 0.56 |
| Hex | 76 | A6 | A7 | 1D | 1 | 0 | 23 | B5 | 16 | 38 |
| Octal | 166 | 246 | 247 | 35 | 1 | 0 | 43 | 265 | 26 | 70 |
| Binary | 1110110 | 10100110 | 10100111 | 11101 | 1 | 0 | 100011 | 10110101 | 10110 | 111000 |
Color Harmonies of #76A6A7
Complementary color
Monochromatic Colors of #76A6A7
Black with #76A6A7
Text Example
Text Example
White with #76A6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6A7; }
p { color: rgb(118,166,167); }
H1.HeaderClassName
{
color: #76A6A7;
}
.AnyTagClassName
{
color: #76A6A7;
}
</style>
background-color css
<style>
a { background-color: #76A6A7; }
a { background-color: rgb(118,166,167); }
div.DivClassName
{
background-color: #76A6A7;
}
.BgClassName
{
background-color: #76A6A7;
}
</style>
border-color css
<style>
span { border-color: #76A6A7; }
span { border-color: rgb(118,166,167); }
td.TdClassName
{
border-color: #76A6A7;
}
.TagClassName
{
border-color: #76A6A7;
}
</style>