Shades of Ziggurat #7BA2AC
Tints of Ziggurat #7BA2AC
RGB
CMYK
RGB Variations
Color information
#7BA2AC (or 0x7BA2AC) is known color: Ziggurat. HEX triplet: 7B, A2 and AC. RGB value is (123,162,172). Sum of RGB (Red+Green+Blue) = 123+162+172=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #7BA2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA2AC is #845D53. Grayscale: #979797. Windows color (decimal): -8674644 or 11313787. OLE color: 11313787.
HSL color Cylindrical-coordinate representation of color #7BA2AC: hue angle of 192.24º degrees, saturation: 0.23, 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 #7BA2AC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 162 | 172 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.33 |
| HSL | 192.24º | 0.23% | 0.58% | - |
| HSV(B) | 192.24º | 0.28% | 0.67% | - |
| XYZ | 28.54 | 33.03 | 43.9 | - |
| YUV | 151.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 172 | 0.28 | 0.06 | 0 | 0.33 | 192.24 | 0.23 | 0.58 |
| Hex | 7B | A2 | AC | 1C | 6 | 0 | 21 | C0 | 17 | 3A |
| Octal | 173 | 242 | 254 | 34 | 6 | 0 | 41 | 300 | 27 | 72 |
| Binary | 1111011 | 10100010 | 10101100 | 11100 | 110 | 0 | 100001 | 11000000 | 10111 | 111010 |
Color Harmonies of #7BA2AC
Complementary color
Monochromatic Colors of #7BA2AC
Black with #7BA2AC
Text Example
Text Example
White with #7BA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2AC; }
p { color: rgb(123,162,172); }
H1.HeaderClassName
{
color: #7BA2AC;
}
.AnyTagClassName
{
color: #7BA2AC;
}
</style>
background-color css
<style>
a { background-color: #7BA2AC; }
a { background-color: rgb(123,162,172); }
div.DivClassName
{
background-color: #7BA2AC;
}
.BgClassName
{
background-color: #7BA2AC;
}
</style>
border-color css
<style>
span { border-color: #7BA2AC; }
span { border-color: rgb(123,162,172); }
td.TdClassName
{
border-color: #7BA2AC;
}
.TagClassName
{
border-color: #7BA2AC;
}
</style>