Shades of Ziggurat #7BA3AB
Tints of Ziggurat #7BA3AB
RGB
CMYK
RGB Variations
Color information
#7BA3AB (or 0x7BA3AB) is known color: Ziggurat. HEX triplet: 7B, A3 and AB. RGB value is (123,163,171). Sum of RGB (Red+Green+Blue) = 123+163+171=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA3AB is #845C54. Grayscale: #979797. Windows color (decimal): -8674389 or 11248507. OLE color: 11248507.
HSL color Cylindrical-coordinate representation of color #7BA3AB: hue angle of 190º 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 #7BA3AB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 163 | 171 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.33 |
| HSL | 190º | 0.22% | 0.58% | - |
| HSV(B) | 190º | 0.28% | 0.67% | - |
| XYZ | 28.62 | 33.35 | 43.46 | - |
| YUV | 151.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 171 | 0.28 | 0.05 | 0 | 0.33 | 190 | 0.22 | 0.58 |
| Hex | 7B | A3 | AB | 1C | 5 | 0 | 21 | BE | 16 | 3A |
| Octal | 173 | 243 | 253 | 34 | 5 | 0 | 41 | 276 | 26 | 72 |
| Binary | 1111011 | 10100011 | 10101011 | 11100 | 101 | 0 | 100001 | 10111110 | 10110 | 111010 |
Color Harmonies of #7BA3AB
Complementary color
Monochromatic Colors of #7BA3AB
Black with #7BA3AB
Text Example
Text Example
White with #7BA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3AB; }
p { color: rgb(123,163,171); }
H1.HeaderClassName
{
color: #7BA3AB;
}
.AnyTagClassName
{
color: #7BA3AB;
}
</style>
background-color css
<style>
a { background-color: #7BA3AB; }
a { background-color: rgb(123,163,171); }
div.DivClassName
{
background-color: #7BA3AB;
}
.BgClassName
{
background-color: #7BA3AB;
}
</style>
border-color css
<style>
span { border-color: #7BA3AB; }
span { border-color: rgb(123,163,171); }
td.TdClassName
{
border-color: #7BA3AB;
}
.TagClassName
{
border-color: #7BA3AB;
}
</style>