Shades of Ziggurat #789AA2
Tints of Ziggurat #789AA2
RGB
CMYK
RGB Variations
Color information
#789AA2 (or 0x789AA2) is known color: Ziggurat. HEX triplet: 78, 9A and A2. RGB value is (120,154,162). Sum of RGB (Red+Green+Blue) = 120+154+162=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 162 - color contains mainly: blue. Hex color #789AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AA2 is #87655D. Grayscale: #909090. Windows color (decimal): -8873310 or 10656376. OLE color: 10656376.
HSL color Cylindrical-coordinate representation of color #789AA2: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #789AA2 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 154 | 162 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.36 |
| HSL | 191.43º | 0.18% | 0.55% | - |
| HSV(B) | 191.43º | 0.26% | 0.64% | - |
| XYZ | 25.82 | 29.71 | 38.56 | - |
| YUV | 144.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 162 | 0.26 | 0.05 | 0 | 0.36 | 191.43 | 0.18 | 0.55 |
| Hex | 78 | 9A | A2 | 1A | 5 | 0 | 24 | BF | 12 | 37 |
| Octal | 170 | 232 | 242 | 32 | 5 | 0 | 44 | 277 | 22 | 67 |
| Binary | 1111000 | 10011010 | 10100010 | 11010 | 101 | 0 | 100100 | 10111111 | 10010 | 110111 |
Color Harmonies of #789AA2
Complementary color
Monochromatic Colors of #789AA2
Black with #789AA2
Text Example
Text Example
White with #789AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AA2; }
p { color: rgb(120,154,162); }
H1.HeaderClassName
{
color: #789AA2;
}
.AnyTagClassName
{
color: #789AA2;
}
</style>
background-color css
<style>
a { background-color: #789AA2; }
a { background-color: rgb(120,154,162); }
div.DivClassName
{
background-color: #789AA2;
}
.BgClassName
{
background-color: #789AA2;
}
</style>
border-color css
<style>
span { border-color: #789AA2; }
span { border-color: rgb(120,154,162); }
td.TdClassName
{
border-color: #789AA2;
}
.TagClassName
{
border-color: #789AA2;
}
</style>