Shades of Ziggurat #7EAAAF
Tints of Ziggurat #7EAAAF
RGB
CMYK
RGB Variations
Color information
#7EAAAF (or 0x7EAAAF) is known color: Ziggurat. HEX triplet: 7E, AA and AF. RGB value is (126,170,175). Sum of RGB (Red+Green+Blue) = 126+170+175=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAAAF is #815550. Grayscale: #9D9D9D. Windows color (decimal): -8475985 or 11512446. OLE color: 11512446.
HSL color Cylindrical-coordinate representation of color #7EAAAF: hue angle of 186.12º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAAAF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 170 | 175 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.31 |
| HSL | 186.12º | 0.23% | 0.59% | - |
| HSV(B) | 186.12º | 0.28% | 0.69% | - |
| XYZ | 30.72 | 36.28 | 45.94 | - |
| YUV | 157.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 175 | 0.28 | 0.03 | 0 | 0.31 | 186.12 | 0.23 | 0.59 |
| Hex | 7E | AA | AF | 1C | 3 | 0 | 1F | BA | 17 | 3B |
| Octal | 176 | 252 | 257 | 34 | 3 | 0 | 37 | 272 | 27 | 73 |
| Binary | 1111110 | 10101010 | 10101111 | 11100 | 11 | 0 | 11111 | 10111010 | 10111 | 111011 |
Color Harmonies of #7EAAAF
Complementary color
Monochromatic Colors of #7EAAAF
Black with #7EAAAF
Text Example
Text Example
White with #7EAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAAF; }
p { color: rgb(126,170,175); }
H1.HeaderClassName
{
color: #7EAAAF;
}
.AnyTagClassName
{
color: #7EAAAF;
}
</style>
background-color css
<style>
a { background-color: #7EAAAF; }
a { background-color: rgb(126,170,175); }
div.DivClassName
{
background-color: #7EAAAF;
}
.BgClassName
{
background-color: #7EAAAF;
}
</style>
border-color css
<style>
span { border-color: #7EAAAF; }
span { border-color: rgb(126,170,175); }
td.TdClassName
{
border-color: #7EAAAF;
}
.TagClassName
{
border-color: #7EAAAF;
}
</style>