Shades of Ziggurat #7EACB4
Tints of Ziggurat #7EACB4
RGB
CMYK
RGB Variations
Color information
#7EACB4 (or 0x7EACB4) is known color: Ziggurat. HEX triplet: 7E, AC and B4. RGB value is (126,172,180). Sum of RGB (Red+Green+Blue) = 126+172+180=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACB4 is #81534B. Grayscale: #9F9F9F. Windows color (decimal): -8475468 or 11840638. OLE color: 11840638.
HSL color Cylindrical-coordinate representation of color #7EACB4: hue angle of 188.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EACB4 is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 172 | 180 | - |
| CMYK | 0.3 | 0.04 | 0 | 0.29 |
| HSL | 188.89º | 0.26% | 0.6% | - |
| HSV(B) | 188.89º | 0.3% | 0.71% | - |
| XYZ | 31.59 | 37.24 | 48.7 | - |
| YUV | 159.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 180 | 0.3 | 0.04 | 0 | 0.29 | 188.89 | 0.26 | 0.6 |
| Hex | 7E | AC | B4 | 1E | 4 | 0 | 1D | BD | 1A | 3C |
| Octal | 176 | 254 | 264 | 36 | 4 | 0 | 35 | 275 | 32 | 74 |
| Binary | 1111110 | 10101100 | 10110100 | 11110 | 100 | 0 | 11101 | 10111101 | 11010 | 111100 |
Color Harmonies of #7EACB4
Complementary color
Monochromatic Colors of #7EACB4
Black with #7EACB4
Text Example
Text Example
White with #7EACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACB4; }
p { color: rgb(126,172,180); }
H1.HeaderClassName
{
color: #7EACB4;
}
.AnyTagClassName
{
color: #7EACB4;
}
</style>
background-color css
<style>
a { background-color: #7EACB4; }
a { background-color: rgb(126,172,180); }
div.DivClassName
{
background-color: #7EACB4;
}
.BgClassName
{
background-color: #7EACB4;
}
</style>
border-color css
<style>
span { border-color: #7EACB4; }
span { border-color: rgb(126,172,180); }
td.TdClassName
{
border-color: #7EACB4;
}
.TagClassName
{
border-color: #7EACB4;
}
</style>