Shades of Ziggurat #78999F
Tints of Ziggurat #78999F
RGB
CMYK
RGB Variations
Color information
#78999F (or 0x78999F) is known color: Ziggurat. HEX triplet: 78, 99 and 9F. RGB value is (120,153,159). Sum of RGB (Red+Green+Blue) = 120+153+159=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #78999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999F is #876660. Grayscale: #8F8F8F. Windows color (decimal): -8873569 or 10459512. OLE color: 10459512.
HSL color Cylindrical-coordinate representation of color #78999F: hue angle of 189.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78999F is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 153 | 159 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.38 |
| HSL | 189.23º | 0.17% | 0.55% | - |
| HSV(B) | 189.23º | 0.25% | 0.62% | - |
| XYZ | 25.39 | 29.28 | 37.11 | - |
| YUV | 143.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 159 | 0.25 | 0.04 | 0 | 0.38 | 189.23 | 0.17 | 0.55 |
| Hex | 78 | 99 | 9F | 19 | 4 | 0 | 26 | BD | 11 | 37 |
| Octal | 170 | 231 | 237 | 31 | 4 | 0 | 46 | 275 | 21 | 67 |
| Binary | 1111000 | 10011001 | 10011111 | 11001 | 100 | 0 | 100110 | 10111101 | 10001 | 110111 |
Color Harmonies of #78999F
Complementary color
Monochromatic Colors of #78999F
Black with #78999F
Text Example
Text Example
White with #78999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78999F; }
p { color: rgb(120,153,159); }
H1.HeaderClassName
{
color: #78999F;
}
.AnyTagClassName
{
color: #78999F;
}
</style>
background-color css
<style>
a { background-color: #78999F; }
a { background-color: rgb(120,153,159); }
div.DivClassName
{
background-color: #78999F;
}
.BgClassName
{
background-color: #78999F;
}
</style>
border-color css
<style>
span { border-color: #78999F; }
span { border-color: rgb(120,153,159); }
td.TdClassName
{
border-color: #78999F;
}
.TagClassName
{
border-color: #78999F;
}
</style>