Shades of Ziggurat #7A999E
Tints of Ziggurat #7A999E
RGB
CMYK
RGB Variations
Color information
#7A999E (or 0x7A999E) is known color: Ziggurat. HEX triplet: 7A, 99 and 9E. RGB value is (122,153,158). Sum of RGB (Red+Green+Blue) = 122+153+158=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A999E is #856661. Grayscale: #909090. Windows color (decimal): -8742498 or 10393978. OLE color: 10393978.
HSL color Cylindrical-coordinate representation of color #7A999E: hue angle of 188.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A999E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 153 | 158 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.38 |
| HSL | 188.33º | 0.16% | 0.55% | - |
| HSV(B) | 188.33º | 0.23% | 0.62% | - |
| XYZ | 25.59 | 29.39 | 36.67 | - |
| YUV | 144.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 158 | 0.23 | 0.03 | 0 | 0.38 | 188.33 | 0.16 | 0.55 |
| Hex | 7A | 99 | 9E | 17 | 3 | 0 | 26 | BC | 10 | 37 |
| Octal | 172 | 231 | 236 | 27 | 3 | 0 | 46 | 274 | 20 | 67 |
| Binary | 1111010 | 10011001 | 10011110 | 10111 | 11 | 0 | 100110 | 10111100 | 10000 | 110111 |
Color Harmonies of #7A999E
Complementary color
Monochromatic Colors of #7A999E
Black with #7A999E
Text Example
Text Example
White with #7A999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A999E; }
p { color: rgb(122,153,158); }
H1.HeaderClassName
{
color: #7A999E;
}
.AnyTagClassName
{
color: #7A999E;
}
</style>
background-color css
<style>
a { background-color: #7A999E; }
a { background-color: rgb(122,153,158); }
div.DivClassName
{
background-color: #7A999E;
}
.BgClassName
{
background-color: #7A999E;
}
</style>
border-color css
<style>
span { border-color: #7A999E; }
span { border-color: rgb(122,153,158); }
td.TdClassName
{
border-color: #7A999E;
}
.TagClassName
{
border-color: #7A999E;
}
</style>