Shades of Ziggurat #78A1AA
Tints of Ziggurat #78A1AA
RGB
CMYK
RGB Variations
Color information
#78A1AA (or 0x78A1AA) is known color: Ziggurat. HEX triplet: 78, A1 and AA. RGB value is (120,161,170). Sum of RGB (Red+Green+Blue) = 120+161+170=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #78A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1AA is #875E55. Grayscale: #959595. Windows color (decimal): -8871510 or 11182456. OLE color: 11182456.
HSL color Cylindrical-coordinate representation of color #78A1AA: hue angle of 190.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A1AA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 161 | 170 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.33 |
| HSL | 190.8º | 0.23% | 0.57% | - |
| HSV(B) | 190.8º | 0.29% | 0.67% | - |
| XYZ | 27.75 | 32.39 | 42.82 | - |
| YUV | 149.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 170 | 0.29 | 0.05 | 0 | 0.33 | 190.8 | 0.23 | 0.57 |
| Hex | 78 | A1 | AA | 1D | 5 | 0 | 21 | BF | 17 | 39 |
| Octal | 170 | 241 | 252 | 35 | 5 | 0 | 41 | 277 | 27 | 71 |
| Binary | 1111000 | 10100001 | 10101010 | 11101 | 101 | 0 | 100001 | 10111111 | 10111 | 111001 |
Color Harmonies of #78A1AA
Complementary color
Monochromatic Colors of #78A1AA
Black with #78A1AA
Text Example
Text Example
White with #78A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1AA; }
p { color: rgb(120,161,170); }
H1.HeaderClassName
{
color: #78A1AA;
}
.AnyTagClassName
{
color: #78A1AA;
}
</style>
background-color css
<style>
a { background-color: #78A1AA; }
a { background-color: rgb(120,161,170); }
div.DivClassName
{
background-color: #78A1AA;
}
.BgClassName
{
background-color: #78A1AA;
}
</style>
border-color css
<style>
span { border-color: #78A1AA; }
span { border-color: rgb(120,161,170); }
td.TdClassName
{
border-color: #78A1AA;
}
.TagClassName
{
border-color: #78A1AA;
}
</style>