Shades of Ziggurat #7DA2AC
Tints of Ziggurat #7DA2AC
RGB
CMYK
RGB Variations
Color information
#7DA2AC (or 0x7DA2AC) is known color: Ziggurat. HEX triplet: 7D, A2 and AC. RGB value is (125,162,172). Sum of RGB (Red+Green+Blue) = 125+162+172=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA2AC is #825D53. Grayscale: #989898. Windows color (decimal): -8543572 or 11313789. OLE color: 11313789.
HSL color Cylindrical-coordinate representation of color #7DA2AC: hue angle of 192.77º 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 #7DA2AC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 162 | 172 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.33 |
| HSL | 192.77º | 0.22% | 0.58% | - |
| HSV(B) | 192.77º | 0.27% | 0.67% | - |
| XYZ | 28.82 | 33.18 | 43.91 | - |
| YUV | 152.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 172 | 0.27 | 0.06 | 0 | 0.33 | 192.77 | 0.22 | 0.58 |
| Hex | 7D | A2 | AC | 1B | 6 | 0 | 21 | C1 | 16 | 3A |
| Octal | 175 | 242 | 254 | 33 | 6 | 0 | 41 | 301 | 26 | 72 |
| Binary | 1111101 | 10100010 | 10101100 | 11011 | 110 | 0 | 100001 | 11000001 | 10110 | 111010 |
Color Harmonies of #7DA2AC
Complementary color
Monochromatic Colors of #7DA2AC
Black with #7DA2AC
Text Example
Text Example
White with #7DA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA2AC; }
p { color: rgb(125,162,172); }
H1.HeaderClassName
{
color: #7DA2AC;
}
.AnyTagClassName
{
color: #7DA2AC;
}
</style>
background-color css
<style>
a { background-color: #7DA2AC; }
a { background-color: rgb(125,162,172); }
div.DivClassName
{
background-color: #7DA2AC;
}
.BgClassName
{
background-color: #7DA2AC;
}
</style>
border-color css
<style>
span { border-color: #7DA2AC; }
span { border-color: rgb(125,162,172); }
td.TdClassName
{
border-color: #7DA2AC;
}
.TagClassName
{
border-color: #7DA2AC;
}
</style>