Shades of Ziggurat #7EA2A7
Tints of Ziggurat #7EA2A7
RGB
CMYK
RGB Variations
Color information
#7EA2A7 (or 0x7EA2A7) is known color: Ziggurat. HEX triplet: 7E, A2 and A7. RGB value is (126,162,167). Sum of RGB (Red+Green+Blue) = 126+162+167=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #7EA2A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA2A7 is #815D58. Grayscale: #979797. Windows color (decimal): -8478041 or 10986110. OLE color: 10986110.
HSL color Cylindrical-coordinate representation of color #7EA2A7: hue angle of 187.32º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA2A7 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 162 | 167 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.35 |
| HSL | 187.32º | 0.19% | 0.57% | - |
| HSV(B) | 187.32º | 0.25% | 0.65% | - |
| XYZ | 28.5 | 33.07 | 41.44 | - |
| YUV | 151.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 167 | 0.25 | 0.03 | 0 | 0.35 | 187.32 | 0.19 | 0.57 |
| Hex | 7E | A2 | A7 | 19 | 3 | 0 | 23 | BB | 13 | 39 |
| Octal | 176 | 242 | 247 | 31 | 3 | 0 | 43 | 273 | 23 | 71 |
| Binary | 1111110 | 10100010 | 10100111 | 11001 | 11 | 0 | 100011 | 10111011 | 10011 | 111001 |
Color Harmonies of #7EA2A7
Complementary color
Monochromatic Colors of #7EA2A7
Black with #7EA2A7
Text Example
Text Example
White with #7EA2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2A7; }
p { color: rgb(126,162,167); }
H1.HeaderClassName
{
color: #7EA2A7;
}
.AnyTagClassName
{
color: #7EA2A7;
}
</style>
background-color css
<style>
a { background-color: #7EA2A7; }
a { background-color: rgb(126,162,167); }
div.DivClassName
{
background-color: #7EA2A7;
}
.BgClassName
{
background-color: #7EA2A7;
}
</style>
border-color css
<style>
span { border-color: #7EA2A7; }
span { border-color: rgb(126,162,167); }
td.TdClassName
{
border-color: #7EA2A7;
}
.TagClassName
{
border-color: #7EA2A7;
}
</style>