Shades of Ziggurat #799DA1
Tints of Ziggurat #799DA1
RGB
CMYK
RGB Variations
Color information
#799DA1 (or 0x799DA1) is known color: Ziggurat. HEX triplet: 79, 9D and A1. RGB value is (121,157,161). Sum of RGB (Red+Green+Blue) = 121+157+161=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 161 - color contains mainly: blue. Hex color #799DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DA1 is #86625E. Grayscale: #929292. Windows color (decimal): -8807007 or 10591609. OLE color: 10591609.
HSL color Cylindrical-coordinate representation of color #799DA1: hue angle of 186º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799DA1 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 157 | 161 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.37 |
| HSL | 186º | 0.18% | 0.55% | - |
| HSV(B) | 186º | 0.25% | 0.63% | - |
| XYZ | 26.38 | 30.75 | 38.26 | - |
| YUV | 146.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 161 | 0.25 | 0.02 | 0 | 0.37 | 186 | 0.18 | 0.55 |
| Hex | 79 | 9D | A1 | 19 | 2 | 0 | 25 | BA | 12 | 37 |
| Octal | 171 | 235 | 241 | 31 | 2 | 0 | 45 | 272 | 22 | 67 |
| Binary | 1111001 | 10011101 | 10100001 | 11001 | 10 | 0 | 100101 | 10111010 | 10010 | 110111 |
Color Harmonies of #799DA1
Complementary color
Monochromatic Colors of #799DA1
Black with #799DA1
Text Example
Text Example
White with #799DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DA1; }
p { color: rgb(121,157,161); }
H1.HeaderClassName
{
color: #799DA1;
}
.AnyTagClassName
{
color: #799DA1;
}
</style>
background-color css
<style>
a { background-color: #799DA1; }
a { background-color: rgb(121,157,161); }
div.DivClassName
{
background-color: #799DA1;
}
.BgClassName
{
background-color: #799DA1;
}
</style>
border-color css
<style>
span { border-color: #799DA1; }
span { border-color: rgb(121,157,161); }
td.TdClassName
{
border-color: #799DA1;
}
.TagClassName
{
border-color: #799DA1;
}
</style>