Shades of Ziggurat #789DA6
Tints of Ziggurat #789DA6
RGB
CMYK
RGB Variations
Color information
#789DA6 (or 0x789DA6) is known color: Ziggurat. HEX triplet: 78, 9D and A6. RGB value is (120,157,166). Sum of RGB (Red+Green+Blue) = 120+157+166=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 166 - color contains mainly: blue. Hex color #789DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DA6 is #876259. Grayscale: #929292. Windows color (decimal): -8872538 or 10919288. OLE color: 10919288.
HSL color Cylindrical-coordinate representation of color #789DA6: hue angle of 191.74º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #789DA6 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 157 | 166 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.35 |
| HSL | 191.74º | 0.21% | 0.56% | - |
| HSV(B) | 191.74º | 0.28% | 0.65% | - |
| XYZ | 26.69 | 30.86 | 40.63 | - |
| YUV | 146.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 166 | 0.28 | 0.05 | 0 | 0.35 | 191.74 | 0.21 | 0.56 |
| Hex | 78 | 9D | A6 | 1C | 5 | 0 | 23 | C0 | 15 | 38 |
| Octal | 170 | 235 | 246 | 34 | 5 | 0 | 43 | 300 | 25 | 70 |
| Binary | 1111000 | 10011101 | 10100110 | 11100 | 101 | 0 | 100011 | 11000000 | 10101 | 111000 |
Color Harmonies of #789DA6
Complementary color
Monochromatic Colors of #789DA6
Black with #789DA6
Text Example
Text Example
White with #789DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DA6; }
p { color: rgb(120,157,166); }
H1.HeaderClassName
{
color: #789DA6;
}
.AnyTagClassName
{
color: #789DA6;
}
</style>
background-color css
<style>
a { background-color: #789DA6; }
a { background-color: rgb(120,157,166); }
div.DivClassName
{
background-color: #789DA6;
}
.BgClassName
{
background-color: #789DA6;
}
</style>
border-color css
<style>
span { border-color: #789DA6; }
span { border-color: rgb(120,157,166); }
td.TdClassName
{
border-color: #789DA6;
}
.TagClassName
{
border-color: #789DA6;
}
</style>