Shades of Ziggurat #79999E
Tints of Ziggurat #79999E
RGB
CMYK
RGB Variations
Color information
#79999E (or 0x79999E) is known color: Ziggurat. HEX triplet: 79, 99 and 9E. RGB value is (121,153,158). Sum of RGB (Red+Green+Blue) = 121+153+158=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #79999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79999E is #866661. Grayscale: #8F8F8F. Windows color (decimal): -8808034 or 10393977. OLE color: 10393977.
HSL color Cylindrical-coordinate representation of color #79999E: hue angle of 188.11º 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 #79999E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 153 | 158 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.38 |
| HSL | 188.11º | 0.16% | 0.55% | - |
| HSV(B) | 188.11º | 0.23% | 0.62% | - |
| XYZ | 25.45 | 29.32 | 36.67 | - |
| YUV | 144 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 158 | 0.23 | 0.03 | 0 | 0.38 | 188.11 | 0.16 | 0.55 |
| Hex | 79 | 99 | 9E | 17 | 3 | 0 | 26 | BC | 10 | 37 |
| Octal | 171 | 231 | 236 | 27 | 3 | 0 | 46 | 274 | 20 | 67 |
| Binary | 1111001 | 10011001 | 10011110 | 10111 | 11 | 0 | 100110 | 10111100 | 10000 | 110111 |
Color Harmonies of #79999E
Complementary color
Monochromatic Colors of #79999E
Black with #79999E
Text Example
Text Example
White with #79999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79999E; }
p { color: rgb(121,153,158); }
H1.HeaderClassName
{
color: #79999E;
}
.AnyTagClassName
{
color: #79999E;
}
</style>
background-color css
<style>
a { background-color: #79999E; }
a { background-color: rgb(121,153,158); }
div.DivClassName
{
background-color: #79999E;
}
.BgClassName
{
background-color: #79999E;
}
</style>
border-color css
<style>
span { border-color: #79999E; }
span { border-color: rgb(121,153,158); }
td.TdClassName
{
border-color: #79999E;
}
.TagClassName
{
border-color: #79999E;
}
</style>