Shades of Ziggurat #7EA5AF
Tints of Ziggurat #7EA5AF
RGB
CMYK
RGB Variations
Color information
#7EA5AF (or 0x7EA5AF) is known color: Ziggurat. HEX triplet: 7E, A5 and AF. RGB value is (126,165,175). Sum of RGB (Red+Green+Blue) = 126+165+175=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EA5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA5AF is #815A50. Grayscale: #9A9A9A. Windows color (decimal): -8477265 or 11511166. OLE color: 11511166.
HSL color Cylindrical-coordinate representation of color #7EA5AF: hue angle of 192.24º 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 #7EA5AF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 165 | 175 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.31 |
| HSL | 192.24º | 0.23% | 0.59% | - |
| HSV(B) | 192.24º | 0.28% | 0.69% | - |
| XYZ | 29.8 | 34.44 | 45.63 | - |
| YUV | 154.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 175 | 0.28 | 0.06 | 0 | 0.31 | 192.24 | 0.23 | 0.59 |
| Hex | 7E | A5 | AF | 1C | 6 | 0 | 1F | C0 | 17 | 3B |
| Octal | 176 | 245 | 257 | 34 | 6 | 0 | 37 | 300 | 27 | 73 |
| Binary | 1111110 | 10100101 | 10101111 | 11100 | 110 | 0 | 11111 | 11000000 | 10111 | 111011 |
Color Harmonies of #7EA5AF
Complementary color
Monochromatic Colors of #7EA5AF
Black with #7EA5AF
Text Example
Text Example
White with #7EA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5AF; }
p { color: rgb(126,165,175); }
H1.HeaderClassName
{
color: #7EA5AF;
}
.AnyTagClassName
{
color: #7EA5AF;
}
</style>
background-color css
<style>
a { background-color: #7EA5AF; }
a { background-color: rgb(126,165,175); }
div.DivClassName
{
background-color: #7EA5AF;
}
.BgClassName
{
background-color: #7EA5AF;
}
</style>
border-color css
<style>
span { border-color: #7EA5AF; }
span { border-color: rgb(126,165,175); }
td.TdClassName
{
border-color: #7EA5AF;
}
.TagClassName
{
border-color: #7EA5AF;
}
</style>