Shades of Ziggurat #7BA5AD
Tints of Ziggurat #7BA5AD
RGB
CMYK
RGB Variations
Color information
#7BA5AD (or 0x7BA5AD) is known color: Ziggurat. HEX triplet: 7B, A5 and AD. RGB value is (123,165,173). Sum of RGB (Red+Green+Blue) = 123+165+173=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #7BA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA5AD is #845A52. Grayscale: #999999. Windows color (decimal): -8673875 or 11380091. OLE color: 11380091.
HSL color Cylindrical-coordinate representation of color #7BA5AD: hue angle of 189.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BA5AD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 165 | 173 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.32 |
| HSL | 189.6º | 0.23% | 0.58% | - |
| HSV(B) | 189.6º | 0.29% | 0.68% | - |
| XYZ | 29.17 | 34.14 | 44.59 | - |
| YUV | 153.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 173 | 0.29 | 0.05 | 0 | 0.32 | 189.6 | 0.23 | 0.58 |
| Hex | 7B | A5 | AD | 1D | 5 | 0 | 20 | BE | 17 | 3A |
| Octal | 173 | 245 | 255 | 35 | 5 | 0 | 40 | 276 | 27 | 72 |
| Binary | 1111011 | 10100101 | 10101101 | 11101 | 101 | 0 | 100000 | 10111110 | 10111 | 111010 |
Color Harmonies of #7BA5AD
Complementary color
Monochromatic Colors of #7BA5AD
Black with #7BA5AD
Text Example
Text Example
White with #7BA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5AD; }
p { color: rgb(123,165,173); }
H1.HeaderClassName
{
color: #7BA5AD;
}
.AnyTagClassName
{
color: #7BA5AD;
}
</style>
background-color css
<style>
a { background-color: #7BA5AD; }
a { background-color: rgb(123,165,173); }
div.DivClassName
{
background-color: #7BA5AD;
}
.BgClassName
{
background-color: #7BA5AD;
}
</style>
border-color css
<style>
span { border-color: #7BA5AD; }
span { border-color: rgb(123,165,173); }
td.TdClassName
{
border-color: #7BA5AD;
}
.TagClassName
{
border-color: #7BA5AD;
}
</style>