Shades of Ziggurat #7CA7AB
Tints of Ziggurat #7CA7AB
RGB
CMYK
RGB Variations
Color information
#7CA7AB (or 0x7CA7AB) is known color: Ziggurat. HEX triplet: 7C, A7 and AB. RGB value is (124,167,171). Sum of RGB (Red+Green+Blue) = 124+167+171=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #7CA7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA7AB is #835854. Grayscale: #9A9A9A. Windows color (decimal): -8607829 or 11249532. OLE color: 11249532.
HSL color Cylindrical-coordinate representation of color #7CA7AB: hue angle of 185.11º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CA7AB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 167 | 171 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.33 |
| HSL | 185.11º | 0.22% | 0.58% | - |
| HSV(B) | 185.11º | 0.27% | 0.67% | - |
| XYZ | 29.48 | 34.86 | 43.7 | - |
| YUV | 154.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 167 | 171 | 0.27 | 0.02 | 0 | 0.33 | 185.11 | 0.22 | 0.58 |
| Hex | 7C | A7 | AB | 1B | 2 | 0 | 21 | B9 | 16 | 3A |
| Octal | 174 | 247 | 253 | 33 | 2 | 0 | 41 | 271 | 26 | 72 |
| Binary | 1111100 | 10100111 | 10101011 | 11011 | 10 | 0 | 100001 | 10111001 | 10110 | 111010 |
Color Harmonies of #7CA7AB
Complementary color
Monochromatic Colors of #7CA7AB
Black with #7CA7AB
Text Example
Text Example
White with #7CA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA7AB; }
p { color: rgb(124,167,171); }
H1.HeaderClassName
{
color: #7CA7AB;
}
.AnyTagClassName
{
color: #7CA7AB;
}
</style>
background-color css
<style>
a { background-color: #7CA7AB; }
a { background-color: rgb(124,167,171); }
div.DivClassName
{
background-color: #7CA7AB;
}
.BgClassName
{
background-color: #7CA7AB;
}
</style>
border-color css
<style>
span { border-color: #7CA7AB; }
span { border-color: rgb(124,167,171); }
td.TdClassName
{
border-color: #7CA7AB;
}
.TagClassName
{
border-color: #7CA7AB;
}
</style>