Shades of Ziggurat #7DA1AB
Tints of Ziggurat #7DA1AB
RGB
CMYK
RGB Variations
Color information
#7DA1AB (or 0x7DA1AB) is known color: Ziggurat. HEX triplet: 7D, A1 and AB. RGB value is (125,161,171). Sum of RGB (Red+Green+Blue) = 125+161+171=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #7DA1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA1AB is #825E54. Grayscale: #979797. Windows color (decimal): -8543829 or 11247997. OLE color: 11247997.
HSL color Cylindrical-coordinate representation of color #7DA1AB: hue angle of 193.04º degrees, saturation: 0.21, 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 #7DA1AB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 161 | 171 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.33 |
| HSL | 193.04º | 0.21% | 0.58% | - |
| HSV(B) | 193.04º | 0.27% | 0.67% | - |
| XYZ | 28.55 | 32.79 | 43.35 | - |
| YUV | 151.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 171 | 0.27 | 0.06 | 0 | 0.33 | 193.04 | 0.21 | 0.58 |
| Hex | 7D | A1 | AB | 1B | 6 | 0 | 21 | C1 | 15 | 3A |
| Octal | 175 | 241 | 253 | 33 | 6 | 0 | 41 | 301 | 25 | 72 |
| Binary | 1111101 | 10100001 | 10101011 | 11011 | 110 | 0 | 100001 | 11000001 | 10101 | 111010 |
Color Harmonies of #7DA1AB
Complementary color
Monochromatic Colors of #7DA1AB
Black with #7DA1AB
Text Example
Text Example
White with #7DA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA1AB; }
p { color: rgb(125,161,171); }
H1.HeaderClassName
{
color: #7DA1AB;
}
.AnyTagClassName
{
color: #7DA1AB;
}
</style>
background-color css
<style>
a { background-color: #7DA1AB; }
a { background-color: rgb(125,161,171); }
div.DivClassName
{
background-color: #7DA1AB;
}
.BgClassName
{
background-color: #7DA1AB;
}
</style>
border-color css
<style>
span { border-color: #7DA1AB; }
span { border-color: rgb(125,161,171); }
td.TdClassName
{
border-color: #7DA1AB;
}
.TagClassName
{
border-color: #7DA1AB;
}
</style>