Shades of Ziggurat #7CA6AB
Tints of Ziggurat #7CA6AB
RGB
CMYK
RGB Variations
Color information
#7CA6AB (or 0x7CA6AB) is known color: Ziggurat. HEX triplet: 7C, A6 and AB. RGB value is (124,166,171). Sum of RGB (Red+Green+Blue) = 124+166+171=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #7CA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA6AB is #835954. Grayscale: #999999. Windows color (decimal): -8608085 or 11249276. OLE color: 11249276.
HSL color Cylindrical-coordinate representation of color #7CA6AB: hue angle of 186.38º 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 #7CA6AB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 166 | 171 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.33 |
| HSL | 186.38º | 0.22% | 0.58% | - |
| HSV(B) | 186.38º | 0.27% | 0.67% | - |
| XYZ | 29.3 | 34.5 | 43.64 | - |
| YUV | 154.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 171 | 0.27 | 0.03 | 0 | 0.33 | 186.38 | 0.22 | 0.58 |
| Hex | 7C | A6 | AB | 1B | 3 | 0 | 21 | BA | 16 | 3A |
| Octal | 174 | 246 | 253 | 33 | 3 | 0 | 41 | 272 | 26 | 72 |
| Binary | 1111100 | 10100110 | 10101011 | 11011 | 11 | 0 | 100001 | 10111010 | 10110 | 111010 |
Color Harmonies of #7CA6AB
Complementary color
Monochromatic Colors of #7CA6AB
Black with #7CA6AB
Text Example
Text Example
White with #7CA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA6AB; }
p { color: rgb(124,166,171); }
H1.HeaderClassName
{
color: #7CA6AB;
}
.AnyTagClassName
{
color: #7CA6AB;
}
</style>
background-color css
<style>
a { background-color: #7CA6AB; }
a { background-color: rgb(124,166,171); }
div.DivClassName
{
background-color: #7CA6AB;
}
.BgClassName
{
background-color: #7CA6AB;
}
</style>
border-color css
<style>
span { border-color: #7CA6AB; }
span { border-color: rgb(124,166,171); }
td.TdClassName
{
border-color: #7CA6AB;
}
.TagClassName
{
border-color: #7CA6AB;
}
</style>