Shades of Ziggurat #7CA5AC
Tints of Ziggurat #7CA5AC
RGB
CMYK
RGB Variations
Color information
#7CA5AC (or 0x7CA5AC) is known color: Ziggurat. HEX triplet: 7C, A5 and AC. RGB value is (124,165,172). Sum of RGB (Red+Green+Blue) = 124+165+172=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA5AC is #835A53. Grayscale: #999999. Windows color (decimal): -8608340 or 11314556. OLE color: 11314556.
HSL color Cylindrical-coordinate representation of color #7CA5AC: hue angle of 188.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CA5AC is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 165 | 172 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.33 |
| HSL | 188.75º | 0.22% | 0.58% | - |
| HSV(B) | 188.75º | 0.28% | 0.67% | - |
| XYZ | 29.21 | 34.17 | 44.09 | - |
| YUV | 153.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 172 | 0.28 | 0.04 | 0 | 0.33 | 188.75 | 0.22 | 0.58 |
| Hex | 7C | A5 | AC | 1C | 4 | 0 | 21 | BD | 16 | 3A |
| Octal | 174 | 245 | 254 | 34 | 4 | 0 | 41 | 275 | 26 | 72 |
| Binary | 1111100 | 10100101 | 10101100 | 11100 | 100 | 0 | 100001 | 10111101 | 10110 | 111010 |
Color Harmonies of #7CA5AC
Complementary color
Monochromatic Colors of #7CA5AC
Black with #7CA5AC
Text Example
Text Example
White with #7CA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA5AC; }
p { color: rgb(124,165,172); }
H1.HeaderClassName
{
color: #7CA5AC;
}
.AnyTagClassName
{
color: #7CA5AC;
}
</style>
background-color css
<style>
a { background-color: #7CA5AC; }
a { background-color: rgb(124,165,172); }
div.DivClassName
{
background-color: #7CA5AC;
}
.BgClassName
{
background-color: #7CA5AC;
}
</style>
border-color css
<style>
span { border-color: #7CA5AC; }
span { border-color: rgb(124,165,172); }
td.TdClassName
{
border-color: #7CA5AC;
}
.TagClassName
{
border-color: #7CA5AC;
}
</style>