Shades of Ziggurat #7DA1AA
Tints of Ziggurat #7DA1AA
RGB
CMYK
RGB Variations
Color information
#7DA1AA (or 0x7DA1AA) is known color: Ziggurat. HEX triplet: 7D, A1 and AA. RGB value is (125,161,170). Sum of RGB (Red+Green+Blue) = 125+161+170=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #7DA1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA1AA is #825E55. Grayscale: #979797. Windows color (decimal): -8543830 or 11182461. OLE color: 11182461.
HSL color Cylindrical-coordinate representation of color #7DA1AA: hue angle of 192º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA1AA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 161 | 170 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.33 |
| HSL | 192º | 0.21% | 0.58% | - |
| HSV(B) | 192º | 0.26% | 0.67% | - |
| XYZ | 28.46 | 32.75 | 42.85 | - |
| YUV | 151.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 170 | 0.26 | 0.05 | 0 | 0.33 | 192 | 0.21 | 0.58 |
| Hex | 7D | A1 | AA | 1A | 5 | 0 | 21 | C0 | 15 | 3A |
| Octal | 175 | 241 | 252 | 32 | 5 | 0 | 41 | 300 | 25 | 72 |
| Binary | 1111101 | 10100001 | 10101010 | 11010 | 101 | 0 | 100001 | 11000000 | 10101 | 111010 |
Color Harmonies of #7DA1AA
Complementary color
Monochromatic Colors of #7DA1AA
Black with #7DA1AA
Text Example
Text Example
White with #7DA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA1AA; }
p { color: rgb(125,161,170); }
H1.HeaderClassName
{
color: #7DA1AA;
}
.AnyTagClassName
{
color: #7DA1AA;
}
</style>
background-color css
<style>
a { background-color: #7DA1AA; }
a { background-color: rgb(125,161,170); }
div.DivClassName
{
background-color: #7DA1AA;
}
.BgClassName
{
background-color: #7DA1AA;
}
</style>
border-color css
<style>
span { border-color: #7DA1AA; }
span { border-color: rgb(125,161,170); }
td.TdClassName
{
border-color: #7DA1AA;
}
.TagClassName
{
border-color: #7DA1AA;
}
</style>