Shades of Ziggurat #7BA5AB
Tints of Ziggurat #7BA5AB
RGB
CMYK
RGB Variations
Color information
#7BA5AB (or 0x7BA5AB) is known color: Ziggurat. HEX triplet: 7B, A5 and AB. RGB value is (123,165,171). Sum of RGB (Red+Green+Blue) = 123+165+171=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA5AB is #845A54. Grayscale: #999999. Windows color (decimal): -8673877 or 11249019. OLE color: 11249019.
HSL color Cylindrical-coordinate representation of color #7BA5AB: hue angle of 187.5º 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 #7BA5AB is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 165 | 171 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.33 |
| HSL | 187.5º | 0.22% | 0.58% | - |
| HSV(B) | 187.5º | 0.28% | 0.67% | - |
| XYZ | 28.97 | 34.06 | 43.58 | - |
| YUV | 153.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 171 | 0.28 | 0.04 | 0 | 0.33 | 187.5 | 0.22 | 0.58 |
| Hex | 7B | A5 | AB | 1C | 4 | 0 | 21 | BC | 16 | 3A |
| Octal | 173 | 245 | 253 | 34 | 4 | 0 | 41 | 274 | 26 | 72 |
| Binary | 1111011 | 10100101 | 10101011 | 11100 | 100 | 0 | 100001 | 10111100 | 10110 | 111010 |
Color Harmonies of #7BA5AB
Complementary color
Monochromatic Colors of #7BA5AB
Black with #7BA5AB
Text Example
Text Example
White with #7BA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5AB; }
p { color: rgb(123,165,171); }
H1.HeaderClassName
{
color: #7BA5AB;
}
.AnyTagClassName
{
color: #7BA5AB;
}
</style>
background-color css
<style>
a { background-color: #7BA5AB; }
a { background-color: rgb(123,165,171); }
div.DivClassName
{
background-color: #7BA5AB;
}
.BgClassName
{
background-color: #7BA5AB;
}
</style>
border-color css
<style>
span { border-color: #7BA5AB; }
span { border-color: rgb(123,165,171); }
td.TdClassName
{
border-color: #7BA5AB;
}
.TagClassName
{
border-color: #7BA5AB;
}
</style>