Shades of Ziggurat #799DA2
Tints of Ziggurat #799DA2
RGB
CMYK
RGB Variations
Color information
#799DA2 (or 0x799DA2) is known color: Ziggurat. HEX triplet: 79, 9D and A2. RGB value is (121,157,162). Sum of RGB (Red+Green+Blue) = 121+157+162=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 162 - color contains mainly: blue. Hex color #799DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DA2 is #86625D. Grayscale: #929292. Windows color (decimal): -8807006 or 10657145. OLE color: 10657145.
HSL color Cylindrical-coordinate representation of color #799DA2: hue angle of 187.32º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799DA2 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 157 | 162 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.36 |
| HSL | 187.32º | 0.18% | 0.55% | - |
| HSV(B) | 187.32º | 0.25% | 0.64% | - |
| XYZ | 26.46 | 30.79 | 38.73 | - |
| YUV | 146.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 162 | 0.25 | 0.03 | 0 | 0.36 | 187.32 | 0.18 | 0.55 |
| Hex | 79 | 9D | A2 | 19 | 3 | 0 | 24 | BB | 12 | 37 |
| Octal | 171 | 235 | 242 | 31 | 3 | 0 | 44 | 273 | 22 | 67 |
| Binary | 1111001 | 10011101 | 10100010 | 11001 | 11 | 0 | 100100 | 10111011 | 10010 | 110111 |
Color Harmonies of #799DA2
Complementary color
Monochromatic Colors of #799DA2
Black with #799DA2
Text Example
Text Example
White with #799DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DA2; }
p { color: rgb(121,157,162); }
H1.HeaderClassName
{
color: #799DA2;
}
.AnyTagClassName
{
color: #799DA2;
}
</style>
background-color css
<style>
a { background-color: #799DA2; }
a { background-color: rgb(121,157,162); }
div.DivClassName
{
background-color: #799DA2;
}
.BgClassName
{
background-color: #799DA2;
}
</style>
border-color css
<style>
span { border-color: #799DA2; }
span { border-color: rgb(121,157,162); }
td.TdClassName
{
border-color: #799DA2;
}
.TagClassName
{
border-color: #799DA2;
}
</style>