Shades of Ziggurat #7EA2AB
Tints of Ziggurat #7EA2AB
RGB
CMYK
RGB Variations
Color information
#7EA2AB (or 0x7EA2AB) is known color: Ziggurat. HEX triplet: 7E, A2 and AB. RGB value is (126,162,171). Sum of RGB (Red+Green+Blue) = 126+162+171=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 162 (63.67% from 255 or 35.29% 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 #7EA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA2AB is #815D54. Grayscale: #989898. Windows color (decimal): -8478037 or 11248254. OLE color: 11248254.
HSL color Cylindrical-coordinate representation of color #7EA2AB: hue angle of 192º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EA2AB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 162 | 171 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.33 |
| HSL | 192º | 0.21% | 0.58% | - |
| HSV(B) | 192º | 0.26% | 0.67% | - |
| XYZ | 28.88 | 33.22 | 43.42 | - |
| YUV | 152.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 171 | 0.26 | 0.05 | 0 | 0.33 | 192 | 0.21 | 0.58 |
| Hex | 7E | A2 | AB | 1A | 5 | 0 | 21 | C0 | 15 | 3A |
| Octal | 176 | 242 | 253 | 32 | 5 | 0 | 41 | 300 | 25 | 72 |
| Binary | 1111110 | 10100010 | 10101011 | 11010 | 101 | 0 | 100001 | 11000000 | 10101 | 111010 |
Color Harmonies of #7EA2AB
Complementary color
Monochromatic Colors of #7EA2AB
Black with #7EA2AB
Text Example
Text Example
White with #7EA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2AB; }
p { color: rgb(126,162,171); }
H1.HeaderClassName
{
color: #7EA2AB;
}
.AnyTagClassName
{
color: #7EA2AB;
}
</style>
background-color css
<style>
a { background-color: #7EA2AB; }
a { background-color: rgb(126,162,171); }
div.DivClassName
{
background-color: #7EA2AB;
}
.BgClassName
{
background-color: #7EA2AB;
}
</style>
border-color css
<style>
span { border-color: #7EA2AB; }
span { border-color: rgb(126,162,171); }
td.TdClassName
{
border-color: #7EA2AB;
}
.TagClassName
{
border-color: #7EA2AB;
}
</style>