Shades of Ziggurat #7EA4AF
Tints of Ziggurat #7EA4AF
RGB
CMYK
RGB Variations
Color information
#7EA4AF (or 0x7EA4AF) is known color: Ziggurat. HEX triplet: 7E, A4 and AF. RGB value is (126,164,175). Sum of RGB (Red+Green+Blue) = 126+164+175=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EA4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA4AF is #815B50. Grayscale: #999999. Windows color (decimal): -8477521 or 11510910. OLE color: 11510910.
HSL color Cylindrical-coordinate representation of color #7EA4AF: hue angle of 193.47º 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 #7EA4AF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 164 | 175 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.31 |
| HSL | 193.47º | 0.23% | 0.59% | - |
| HSV(B) | 193.47º | 0.28% | 0.69% | - |
| XYZ | 29.62 | 34.08 | 45.57 | - |
| YUV | 153.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 175 | 0.28 | 0.06 | 0 | 0.31 | 193.47 | 0.23 | 0.59 |
| Hex | 7E | A4 | AF | 1C | 6 | 0 | 1F | C1 | 17 | 3B |
| Octal | 176 | 244 | 257 | 34 | 6 | 0 | 37 | 301 | 27 | 73 |
| Binary | 1111110 | 10100100 | 10101111 | 11100 | 110 | 0 | 11111 | 11000001 | 10111 | 111011 |
Color Harmonies of #7EA4AF
Complementary color
Monochromatic Colors of #7EA4AF
Black with #7EA4AF
Text Example
Text Example
White with #7EA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA4AF; }
p { color: rgb(126,164,175); }
H1.HeaderClassName
{
color: #7EA4AF;
}
.AnyTagClassName
{
color: #7EA4AF;
}
</style>
background-color css
<style>
a { background-color: #7EA4AF; }
a { background-color: rgb(126,164,175); }
div.DivClassName
{
background-color: #7EA4AF;
}
.BgClassName
{
background-color: #7EA4AF;
}
</style>
border-color css
<style>
span { border-color: #7EA4AF; }
span { border-color: rgb(126,164,175); }
td.TdClassName
{
border-color: #7EA4AF;
}
.TagClassName
{
border-color: #7EA4AF;
}
</style>