Shades of Neptune #7BAAAB
Tints of Neptune #7BAAAB
RGB
CMYK
RGB Variations
Color information
#7BAAAB (or 0x7BAAAB) is known color: Neptune. HEX triplet: 7B, AA and AB. RGB value is (123,170,171). Sum of RGB (Red+Green+Blue) = 123+170+171=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAB is #845554. Grayscale: #9C9C9C. Windows color (decimal): -8672597 or 11250299. OLE color: 11250299.
HSL color Cylindrical-coordinate representation of color #7BAAAB: hue angle of 181.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAAAB is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 171 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.33 |
| HSL | 181.25º | 0.22% | 0.58% | - |
| HSV(B) | 181.25º | 0.28% | 0.67% | - |
| XYZ | 29.89 | 35.9 | 43.88 | - |
| YUV | 156.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 171 | 0.28 | 0.01 | 0 | 0.33 | 181.25 | 0.22 | 0.58 |
| Hex | 7B | AA | AB | 1C | 1 | 0 | 21 | B5 | 16 | 3A |
| Octal | 173 | 252 | 253 | 34 | 1 | 0 | 41 | 265 | 26 | 72 |
| Binary | 1111011 | 10101010 | 10101011 | 11100 | 1 | 0 | 100001 | 10110101 | 10110 | 111010 |
Color Harmonies of #7BAAAB
Complementary color
Monochromatic Colors of #7BAAAB
Black with #7BAAAB
Text Example
Text Example
White with #7BAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAAB; }
p { color: rgb(123,170,171); }
H1.HeaderClassName
{
color: #7BAAAB;
}
.AnyTagClassName
{
color: #7BAAAB;
}
</style>
background-color css
<style>
a { background-color: #7BAAAB; }
a { background-color: rgb(123,170,171); }
div.DivClassName
{
background-color: #7BAAAB;
}
.BgClassName
{
background-color: #7BAAAB;
}
</style>
border-color css
<style>
span { border-color: #7BAAAB; }
span { border-color: rgb(123,170,171); }
td.TdClassName
{
border-color: #7BAAAB;
}
.TagClassName
{
border-color: #7BAAAB;
}
</style>