Shades of Ziggurat #79A0AB
Tints of Ziggurat #79A0AB
RGB
CMYK
RGB Variations
Color information
#79A0AB (or 0x79A0AB) is known color: Ziggurat. HEX triplet: 79, A0 and AB. RGB value is (121,160,171). Sum of RGB (Red+Green+Blue) = 121+160+171=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #79A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A0AB is #865F54. Grayscale: #959595. Windows color (decimal): -8806229 or 11247737. OLE color: 11247737.
HSL color Cylindrical-coordinate representation of color #79A0AB: hue angle of 193.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A0AB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 160 | 171 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.33 |
| HSL | 193.2º | 0.23% | 0.57% | - |
| HSV(B) | 193.2º | 0.29% | 0.67% | - |
| XYZ | 27.81 | 32.15 | 43.27 | - |
| YUV | 149.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 171 | 0.29 | 0.06 | 0 | 0.33 | 193.2 | 0.23 | 0.57 |
| Hex | 79 | A0 | AB | 1D | 6 | 0 | 21 | C1 | 17 | 39 |
| Octal | 171 | 240 | 253 | 35 | 6 | 0 | 41 | 301 | 27 | 71 |
| Binary | 1111001 | 10100000 | 10101011 | 11101 | 110 | 0 | 100001 | 11000001 | 10111 | 111001 |
Color Harmonies of #79A0AB
Complementary color
Monochromatic Colors of #79A0AB
Black with #79A0AB
Text Example
Text Example
White with #79A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A0AB; }
p { color: rgb(121,160,171); }
H1.HeaderClassName
{
color: #79A0AB;
}
.AnyTagClassName
{
color: #79A0AB;
}
</style>
background-color css
<style>
a { background-color: #79A0AB; }
a { background-color: rgb(121,160,171); }
div.DivClassName
{
background-color: #79A0AB;
}
.BgClassName
{
background-color: #79A0AB;
}
</style>
border-color css
<style>
span { border-color: #79A0AB; }
span { border-color: rgb(121,160,171); }
td.TdClassName
{
border-color: #79A0AB;
}
.TagClassName
{
border-color: #79A0AB;
}
</style>