Shades of Ziggurat #8CA7AA
Tints of Ziggurat #8CA7AA
RGB
CMYK
RGB Variations
Color information
#8CA7AA (or 0x8CA7AA) is known color: Ziggurat. HEX triplet: 8C, A7 and AA. RGB value is (140,167,170). Sum of RGB (Red+Green+Blue) = 140+167+170=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #8CA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA7AA is #735855. Grayscale: #9F9F9F. Windows color (decimal): -7559254 or 11184012. OLE color: 11184012.
HSL color Cylindrical-coordinate representation of color #8CA7AA: hue angle of 186º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA7AA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 167 | 170 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.33 |
| HSL | 186º | 0.15% | 0.61% | - |
| HSV(B) | 186º | 0.18% | 0.67% | - |
| XYZ | 31.89 | 36.12 | 43.32 | - |
| YUV | 159.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 170 | 0.18 | 0.02 | 0 | 0.33 | 186 | 0.15 | 0.61 |
| Hex | 8C | A7 | AA | 12 | 2 | 0 | 21 | BA | F | 3D |
| Octal | 214 | 247 | 252 | 22 | 2 | 0 | 41 | 272 | 17 | 75 |
| Binary | 10001100 | 10100111 | 10101010 | 10010 | 10 | 0 | 100001 | 10111010 | 1111 | 111101 |
Color Harmonies of #8CA7AA
Complementary color
Monochromatic Colors of #8CA7AA
Black with #8CA7AA
Text Example
Text Example
White with #8CA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7AA; }
p { color: rgb(140,167,170); }
H1.HeaderClassName
{
color: #8CA7AA;
}
.AnyTagClassName
{
color: #8CA7AA;
}
</style>
background-color css
<style>
a { background-color: #8CA7AA; }
a { background-color: rgb(140,167,170); }
div.DivClassName
{
background-color: #8CA7AA;
}
.BgClassName
{
background-color: #8CA7AA;
}
</style>
border-color css
<style>
span { border-color: #8CA7AA; }
span { border-color: rgb(140,167,170); }
td.TdClassName
{
border-color: #8CA7AA;
}
.TagClassName
{
border-color: #8CA7AA;
}
</style>