Shades of Ziggurat #7EA6AC
Tints of Ziggurat #7EA6AC
RGB
CMYK
RGB Variations
Color information
#7EA6AC (or 0x7EA6AC) is known color: Ziggurat. HEX triplet: 7E, A6 and AC. RGB value is (126,166,172). Sum of RGB (Red+Green+Blue) = 126+166+172=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA6AC is #815953. Grayscale: #9A9A9A. Windows color (decimal): -8477012 or 11314814. OLE color: 11314814.
HSL color Cylindrical-coordinate representation of color #7EA6AC: hue angle of 187.83º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA6AC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 166 | 172 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.33 |
| HSL | 187.83º | 0.22% | 0.58% | - |
| HSV(B) | 187.83º | 0.27% | 0.67% | - |
| XYZ | 29.69 | 34.69 | 44.16 | - |
| YUV | 154.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 172 | 0.27 | 0.03 | 0 | 0.33 | 187.83 | 0.22 | 0.58 |
| Hex | 7E | A6 | AC | 1B | 3 | 0 | 21 | BC | 16 | 3A |
| Octal | 176 | 246 | 254 | 33 | 3 | 0 | 41 | 274 | 26 | 72 |
| Binary | 1111110 | 10100110 | 10101100 | 11011 | 11 | 0 | 100001 | 10111100 | 10110 | 111010 |
Color Harmonies of #7EA6AC
Complementary color
Monochromatic Colors of #7EA6AC
Black with #7EA6AC
Text Example
Text Example
White with #7EA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA6AC; }
p { color: rgb(126,166,172); }
H1.HeaderClassName
{
color: #7EA6AC;
}
.AnyTagClassName
{
color: #7EA6AC;
}
</style>
background-color css
<style>
a { background-color: #7EA6AC; }
a { background-color: rgb(126,166,172); }
div.DivClassName
{
background-color: #7EA6AC;
}
.BgClassName
{
background-color: #7EA6AC;
}
</style>
border-color css
<style>
span { border-color: #7EA6AC; }
span { border-color: rgb(126,166,172); }
td.TdClassName
{
border-color: #7EA6AC;
}
.TagClassName
{
border-color: #7EA6AC;
}
</style>