Shades of Ziggurat #7EABAF
Tints of Ziggurat #7EABAF
RGB
CMYK
RGB Variations
Color information
#7EABAF (or 0x7EABAF) is known color: Ziggurat. HEX triplet: 7E, AB and AF. RGB value is (126,171,175). Sum of RGB (Red+Green+Blue) = 126+171+175=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABAF is #815450. Grayscale: #9D9D9D. Windows color (decimal): -8475729 or 11512702. OLE color: 11512702.
HSL color Cylindrical-coordinate representation of color #7EABAF: hue angle of 184.9º 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 #7EABAF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 171 | 175 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.31 |
| HSL | 184.9º | 0.23% | 0.59% | - |
| HSV(B) | 184.9º | 0.28% | 0.69% | - |
| XYZ | 30.9 | 36.66 | 46 | - |
| YUV | 158 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 175 | 0.28 | 0.02 | 0 | 0.31 | 184.9 | 0.23 | 0.59 |
| Hex | 7E | AB | AF | 1C | 2 | 0 | 1F | B9 | 17 | 3B |
| Octal | 176 | 253 | 257 | 34 | 2 | 0 | 37 | 271 | 27 | 73 |
| Binary | 1111110 | 10101011 | 10101111 | 11100 | 10 | 0 | 11111 | 10111001 | 10111 | 111011 |
Color Harmonies of #7EABAF
Complementary color
Monochromatic Colors of #7EABAF
Black with #7EABAF
Text Example
Text Example
White with #7EABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABAF; }
p { color: rgb(126,171,175); }
H1.HeaderClassName
{
color: #7EABAF;
}
.AnyTagClassName
{
color: #7EABAF;
}
</style>
background-color css
<style>
a { background-color: #7EABAF; }
a { background-color: rgb(126,171,175); }
div.DivClassName
{
background-color: #7EABAF;
}
.BgClassName
{
background-color: #7EABAF;
}
</style>
border-color css
<style>
span { border-color: #7EABAF; }
span { border-color: rgb(126,171,175); }
td.TdClassName
{
border-color: #7EABAF;
}
.TagClassName
{
border-color: #7EABAF;
}
</style>