Shades of Ziggurat #7DAAB1
Tints of Ziggurat #7DAAB1
RGB
CMYK
RGB Variations
Color information
#7DAAB1 (or 0x7DAAB1) is known color: Ziggurat. HEX triplet: 7D, AA and B1. RGB value is (125,170,177). Sum of RGB (Red+Green+Blue) = 125+170+177=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #7DAAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAB1 is #82554E. Grayscale: #9D9D9D. Windows color (decimal): -8541519 or 11643517. OLE color: 11643517.
HSL color Cylindrical-coordinate representation of color #7DAAB1: hue angle of 188.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAAB1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 170 | 177 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.31 |
| HSL | 188.08º | 0.25% | 0.59% | - |
| HSV(B) | 188.08º | 0.29% | 0.69% | - |
| XYZ | 30.77 | 36.28 | 46.98 | - |
| YUV | 157.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 177 | 0.29 | 0.04 | 0 | 0.31 | 188.08 | 0.25 | 0.59 |
| Hex | 7D | AA | B1 | 1D | 4 | 0 | 1F | BC | 19 | 3B |
| Octal | 175 | 252 | 261 | 35 | 4 | 0 | 37 | 274 | 31 | 73 |
| Binary | 1111101 | 10101010 | 10110001 | 11101 | 100 | 0 | 11111 | 10111100 | 11001 | 111011 |
Color Harmonies of #7DAAB1
Complementary color
Monochromatic Colors of #7DAAB1
Black with #7DAAB1
Text Example
Text Example
White with #7DAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAB1; }
p { color: rgb(125,170,177); }
H1.HeaderClassName
{
color: #7DAAB1;
}
.AnyTagClassName
{
color: #7DAAB1;
}
</style>
background-color css
<style>
a { background-color: #7DAAB1; }
a { background-color: rgb(125,170,177); }
div.DivClassName
{
background-color: #7DAAB1;
}
.BgClassName
{
background-color: #7DAAB1;
}
</style>
border-color css
<style>
span { border-color: #7DAAB1; }
span { border-color: rgb(125,170,177); }
td.TdClassName
{
border-color: #7DAAB1;
}
.TagClassName
{
border-color: #7DAAB1;
}
</style>