Shades of Ziggurat #7EAAAE
Tints of Ziggurat #7EAAAE
RGB
CMYK
RGB Variations
Color information
#7EAAAE (or 0x7EAAAE) is known color: Ziggurat. HEX triplet: 7E, AA and AE. RGB value is (126,170,174). Sum of RGB (Red+Green+Blue) = 126+170+174=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #7EAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAAAE is #815551. Grayscale: #9D9D9D. Windows color (decimal): -8475986 or 11446910. OLE color: 11446910.
HSL color Cylindrical-coordinate representation of color #7EAAAE: hue angle of 185º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAAAE is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 170 | 174 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.32 |
| HSL | 185º | 0.23% | 0.59% | - |
| HSV(B) | 185º | 0.28% | 0.68% | - |
| XYZ | 30.62 | 36.24 | 45.43 | - |
| YUV | 157.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 174 | 0.28 | 0.02 | 0 | 0.32 | 185 | 0.23 | 0.59 |
| Hex | 7E | AA | AE | 1C | 2 | 0 | 20 | B9 | 17 | 3B |
| Octal | 176 | 252 | 256 | 34 | 2 | 0 | 40 | 271 | 27 | 73 |
| Binary | 1111110 | 10101010 | 10101110 | 11100 | 10 | 0 | 100000 | 10111001 | 10111 | 111011 |
Color Harmonies of #7EAAAE
Complementary color
Monochromatic Colors of #7EAAAE
Black with #7EAAAE
Text Example
Text Example
White with #7EAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAAE; }
p { color: rgb(126,170,174); }
H1.HeaderClassName
{
color: #7EAAAE;
}
.AnyTagClassName
{
color: #7EAAAE;
}
</style>
background-color css
<style>
a { background-color: #7EAAAE; }
a { background-color: rgb(126,170,174); }
div.DivClassName
{
background-color: #7EAAAE;
}
.BgClassName
{
background-color: #7EAAAE;
}
</style>
border-color css
<style>
span { border-color: #7EAAAE; }
span { border-color: rgb(126,170,174); }
td.TdClassName
{
border-color: #7EAAAE;
}
.TagClassName
{
border-color: #7EAAAE;
}
</style>