Shades of Ziggurat #78999C
Tints of Ziggurat #78999C
RGB
CMYK
RGB Variations
Color information
#78999C (or 0x78999C) is known color: Ziggurat. HEX triplet: 78, 99 and 9C. RGB value is (120,153,156). Sum of RGB (Red+Green+Blue) = 120+153+156=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #78999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999C is #876663. Grayscale: #8F8F8F. Windows color (decimal): -8873572 or 10262904. OLE color: 10262904.
HSL color Cylindrical-coordinate representation of color #78999C: hue angle of 185º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78999C is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 153 | 156 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.39 |
| HSL | 185º | 0.15% | 0.54% | - |
| HSV(B) | 185º | 0.23% | 0.61% | - |
| XYZ | 25.14 | 29.18 | 35.76 | - |
| YUV | 143.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 156 | 0.23 | 0.02 | 0 | 0.39 | 185 | 0.15 | 0.54 |
| Hex | 78 | 99 | 9C | 17 | 2 | 0 | 27 | B9 | F | 36 |
| Octal | 170 | 231 | 234 | 27 | 2 | 0 | 47 | 271 | 17 | 66 |
| Binary | 1111000 | 10011001 | 10011100 | 10111 | 10 | 0 | 100111 | 10111001 | 1111 | 110110 |
Color Harmonies of #78999C
Complementary color
Monochromatic Colors of #78999C
Black with #78999C
Text Example
Text Example
White with #78999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78999C; }
p { color: rgb(120,153,156); }
H1.HeaderClassName
{
color: #78999C;
}
.AnyTagClassName
{
color: #78999C;
}
</style>
background-color css
<style>
a { background-color: #78999C; }
a { background-color: rgb(120,153,156); }
div.DivClassName
{
background-color: #78999C;
}
.BgClassName
{
background-color: #78999C;
}
</style>
border-color css
<style>
span { border-color: #78999C; }
span { border-color: rgb(120,153,156); }
td.TdClassName
{
border-color: #78999C;
}
.TagClassName
{
border-color: #78999C;
}
</style>