Shades of Ziggurat #7DA8AB
Tints of Ziggurat #7DA8AB
RGB
CMYK
RGB Variations
Color information
#7DA8AB (or 0x7DA8AB) is known color: Ziggurat. HEX triplet: 7D, A8 and AB. RGB value is (125,168,171). Sum of RGB (Red+Green+Blue) = 125+168+171=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #7DA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AB is #825754. Grayscale: #9B9B9B. Windows color (decimal): -8542037 or 11249789. OLE color: 11249789.
HSL color Cylindrical-coordinate representation of color #7DA8AB: hue angle of 183.91º 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 #7DA8AB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 168 | 171 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.33 |
| HSL | 183.91º | 0.21% | 0.58% | - |
| HSV(B) | 183.91º | 0.27% | 0.67% | - |
| XYZ | 29.81 | 35.31 | 43.77 | - |
| YUV | 155.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 171 | 0.27 | 0.02 | 0 | 0.33 | 183.91 | 0.21 | 0.58 |
| Hex | 7D | A8 | AB | 1B | 2 | 0 | 21 | B8 | 15 | 3A |
| Octal | 175 | 250 | 253 | 33 | 2 | 0 | 41 | 270 | 25 | 72 |
| Binary | 1111101 | 10101000 | 10101011 | 11011 | 10 | 0 | 100001 | 10111000 | 10101 | 111010 |
Color Harmonies of #7DA8AB
Complementary color
Monochromatic Colors of #7DA8AB
Black with #7DA8AB
Text Example
Text Example
White with #7DA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA8AB; }
p { color: rgb(125,168,171); }
H1.HeaderClassName
{
color: #7DA8AB;
}
.AnyTagClassName
{
color: #7DA8AB;
}
</style>
background-color css
<style>
a { background-color: #7DA8AB; }
a { background-color: rgb(125,168,171); }
div.DivClassName
{
background-color: #7DA8AB;
}
.BgClassName
{
background-color: #7DA8AB;
}
</style>
border-color css
<style>
span { border-color: #7DA8AB; }
span { border-color: rgb(125,168,171); }
td.TdClassName
{
border-color: #7DA8AB;
}
.TagClassName
{
border-color: #7DA8AB;
}
</style>