Shades of Ziggurat #799B9E
Tints of Ziggurat #799B9E
RGB
CMYK
RGB Variations
Color information
#799B9E (or 0x799B9E) is known color: Ziggurat. HEX triplet: 79, 9B and 9E. RGB value is (121,155,158). Sum of RGB (Red+Green+Blue) = 121+155+158=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #799B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B9E is #866461. Grayscale: #919191. Windows color (decimal): -8807522 or 10394489. OLE color: 10394489.
HSL color Cylindrical-coordinate representation of color #799B9E: hue angle of 184.86º 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 #799B9E is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 155 | 158 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.38 |
| HSL | 184.86º | 0.16% | 0.55% | - |
| HSV(B) | 184.86º | 0.23% | 0.62% | - |
| XYZ | 25.78 | 29.98 | 36.78 | - |
| YUV | 145.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 158 | 0.23 | 0.02 | 0 | 0.38 | 184.86 | 0.16 | 0.55 |
| Hex | 79 | 9B | 9E | 17 | 2 | 0 | 26 | B9 | 10 | 37 |
| Octal | 171 | 233 | 236 | 27 | 2 | 0 | 46 | 271 | 20 | 67 |
| Binary | 1111001 | 10011011 | 10011110 | 10111 | 10 | 0 | 100110 | 10111001 | 10000 | 110111 |
Color Harmonies of #799B9E
Complementary color
Monochromatic Colors of #799B9E
Black with #799B9E
Text Example
Text Example
White with #799B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B9E; }
p { color: rgb(121,155,158); }
H1.HeaderClassName
{
color: #799B9E;
}
.AnyTagClassName
{
color: #799B9E;
}
</style>
background-color css
<style>
a { background-color: #799B9E; }
a { background-color: rgb(121,155,158); }
div.DivClassName
{
background-color: #799B9E;
}
.BgClassName
{
background-color: #799B9E;
}
</style>
border-color css
<style>
span { border-color: #799B9E; }
span { border-color: rgb(121,155,158); }
td.TdClassName
{
border-color: #799B9E;
}
.TagClassName
{
border-color: #799B9E;
}
</style>