Shades of Ziggurat #84A7A4
Tints of Ziggurat #84A7A4
RGB
CMYK
RGB Variations
Color information
#84A7A4 (or 0x84A7A4) is known color: Ziggurat. HEX triplet: 84, A7 and A4. RGB value is (132,167,164). Sum of RGB (Red+Green+Blue) = 132+167+164=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #84A7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A7A4 is #7B585B. Grayscale: #9C9C9C. Windows color (decimal): -8083548 or 10790788. OLE color: 10790788.
HSL color Cylindrical-coordinate representation of color #84A7A4: hue angle of 174.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A7A4 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 164 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.35 |
| HSL | 174.86º | 0.17% | 0.59% | - |
| HSV(B) | 174.86º | 0.21% | 0.65% | - |
| XYZ | 30.04 | 35.22 | 40.34 | - |
| YUV | 156.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 164 | 0.21 | 0 | 0.02 | 0.35 | 174.86 | 0.17 | 0.59 |
| Hex | 84 | A7 | A4 | 15 | 0 | 2 | 23 | AF | 11 | 3B |
| Octal | 204 | 247 | 244 | 25 | 0 | 2 | 43 | 257 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10100100 | 10101 | 0 | 10 | 100011 | 10101111 | 10001 | 111011 |
Color Harmonies of #84A7A4
Complementary color
Monochromatic Colors of #84A7A4
Black with #84A7A4
Text Example
Text Example
White with #84A7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A7A4; }
p { color: rgb(132,167,164); }
H1.HeaderClassName
{
color: #84A7A4;
}
.AnyTagClassName
{
color: #84A7A4;
}
</style>
background-color css
<style>
a { background-color: #84A7A4; }
a { background-color: rgb(132,167,164); }
div.DivClassName
{
background-color: #84A7A4;
}
.BgClassName
{
background-color: #84A7A4;
}
</style>
border-color css
<style>
span { border-color: #84A7A4; }
span { border-color: rgb(132,167,164); }
td.TdClassName
{
border-color: #84A7A4;
}
.TagClassName
{
border-color: #84A7A4;
}
</style>