Shades of Neptune #7BA7A6
Tints of Neptune #7BA7A6
RGB
CMYK
RGB Variations
Color information
#7BA7A6 (or 0x7BA7A6) is known color: Neptune. HEX triplet: 7B, A7 and A6. RGB value is (123,167,166). Sum of RGB (Red+Green+Blue) = 123+167+166=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA7A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA7A6 is #845859. Grayscale: #999999. Windows color (decimal): -8673370 or 10921851. OLE color: 10921851.
HSL color Cylindrical-coordinate representation of color #7BA7A6: hue angle of 178.64º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA7A6 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 166 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.35 |
| HSL | 178.64º | 0.2% | 0.57% | - |
| HSV(B) | 178.64º | 0.26% | 0.65% | - |
| XYZ | 28.87 | 34.6 | 41.23 | - |
| YUV | 153.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 166 | 0.26 | 0 | 0.01 | 0.35 | 178.64 | 0.2 | 0.57 |
| Hex | 7B | A7 | A6 | 1A | 0 | 1 | 23 | B3 | 14 | 39 |
| Octal | 173 | 247 | 246 | 32 | 0 | 1 | 43 | 263 | 24 | 71 |
| Binary | 1111011 | 10100111 | 10100110 | 11010 | 0 | 1 | 100011 | 10110011 | 10100 | 111001 |
Color Harmonies of #7BA7A6
Complementary color
Monochromatic Colors of #7BA7A6
Black with #7BA7A6
Text Example
Text Example
White with #7BA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7A6; }
p { color: rgb(123,167,166); }
H1.HeaderClassName
{
color: #7BA7A6;
}
.AnyTagClassName
{
color: #7BA7A6;
}
</style>
background-color css
<style>
a { background-color: #7BA7A6; }
a { background-color: rgb(123,167,166); }
div.DivClassName
{
background-color: #7BA7A6;
}
.BgClassName
{
background-color: #7BA7A6;
}
</style>
border-color css
<style>
span { border-color: #7BA7A6; }
span { border-color: rgb(123,167,166); }
td.TdClassName
{
border-color: #7BA7A6;
}
.TagClassName
{
border-color: #7BA7A6;
}
</style>