Shades of Ziggurat #7BA4AB
Tints of Ziggurat #7BA4AB
RGB
CMYK
RGB Variations
Color information
#7BA4AB (or 0x7BA4AB) is known color: Ziggurat. HEX triplet: 7B, A4 and AB. RGB value is (123,164,171). Sum of RGB (Red+Green+Blue) = 123+164+171=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA4AB is #845B54. Grayscale: #989898. Windows color (decimal): -8674133 or 11248763. OLE color: 11248763.
HSL color Cylindrical-coordinate representation of color #7BA4AB: hue angle of 188.75º 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 #7BA4AB is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 164 | 171 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.33 |
| HSL | 188.75º | 0.22% | 0.58% | - |
| HSV(B) | 188.75º | 0.28% | 0.67% | - |
| XYZ | 28.79 | 33.7 | 43.52 | - |
| YUV | 152.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 171 | 0.28 | 0.04 | 0 | 0.33 | 188.75 | 0.22 | 0.58 |
| Hex | 7B | A4 | AB | 1C | 4 | 0 | 21 | BD | 16 | 3A |
| Octal | 173 | 244 | 253 | 34 | 4 | 0 | 41 | 275 | 26 | 72 |
| Binary | 1111011 | 10100100 | 10101011 | 11100 | 100 | 0 | 100001 | 10111101 | 10110 | 111010 |
Color Harmonies of #7BA4AB
Complementary color
Monochromatic Colors of #7BA4AB
Black with #7BA4AB
Text Example
Text Example
White with #7BA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4AB; }
p { color: rgb(123,164,171); }
H1.HeaderClassName
{
color: #7BA4AB;
}
.AnyTagClassName
{
color: #7BA4AB;
}
</style>
background-color css
<style>
a { background-color: #7BA4AB; }
a { background-color: rgb(123,164,171); }
div.DivClassName
{
background-color: #7BA4AB;
}
.BgClassName
{
background-color: #7BA4AB;
}
</style>
border-color css
<style>
span { border-color: #7BA4AB; }
span { border-color: rgb(123,164,171); }
td.TdClassName
{
border-color: #7BA4AB;
}
.TagClassName
{
border-color: #7BA4AB;
}
</style>