Shades of Ziggurat #7BA2AA
Tints of Ziggurat #7BA2AA
RGB
CMYK
RGB Variations
Color information
#7BA2AA (or 0x7BA2AA) is known color: Ziggurat. HEX triplet: 7B, A2 and AA. RGB value is (123,162,170). Sum of RGB (Red+Green+Blue) = 123+162+170=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #7BA2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA2AA is #845D55. Grayscale: #979797. Windows color (decimal): -8674646 or 11182715. OLE color: 11182715.
HSL color Cylindrical-coordinate representation of color #7BA2AA: hue angle of 190.21º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA2AA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 162 | 170 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.33 |
| HSL | 190.21º | 0.22% | 0.57% | - |
| HSV(B) | 190.21º | 0.28% | 0.67% | - |
| XYZ | 28.34 | 32.95 | 42.9 | - |
| YUV | 151.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 170 | 0.28 | 0.05 | 0 | 0.33 | 190.21 | 0.22 | 0.57 |
| Hex | 7B | A2 | AA | 1C | 5 | 0 | 21 | BE | 16 | 39 |
| Octal | 173 | 242 | 252 | 34 | 5 | 0 | 41 | 276 | 26 | 71 |
| Binary | 1111011 | 10100010 | 10101010 | 11100 | 101 | 0 | 100001 | 10111110 | 10110 | 111001 |
Color Harmonies of #7BA2AA
Complementary color
Monochromatic Colors of #7BA2AA
Black with #7BA2AA
Text Example
Text Example
White with #7BA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2AA; }
p { color: rgb(123,162,170); }
H1.HeaderClassName
{
color: #7BA2AA;
}
.AnyTagClassName
{
color: #7BA2AA;
}
</style>
background-color css
<style>
a { background-color: #7BA2AA; }
a { background-color: rgb(123,162,170); }
div.DivClassName
{
background-color: #7BA2AA;
}
.BgClassName
{
background-color: #7BA2AA;
}
</style>
border-color css
<style>
span { border-color: #7BA2AA; }
span { border-color: rgb(123,162,170); }
td.TdClassName
{
border-color: #7BA2AA;
}
.TagClassName
{
border-color: #7BA2AA;
}
</style>