Shades of Ziggurat #7DA3AF
Tints of Ziggurat #7DA3AF
RGB
CMYK
RGB Variations
Color information
#7DA3AF (or 0x7DA3AF) is known color: Ziggurat. HEX triplet: 7D, A3 and AF. RGB value is (125,163,175). Sum of RGB (Red+Green+Blue) = 125+163+175=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DA3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA3AF is #825C50. Grayscale: #989898. Windows color (decimal): -8543313 or 11510653. OLE color: 11510653.
HSL color Cylindrical-coordinate representation of color #7DA3AF: hue angle of 194.4º degrees, saturation: 0.24, 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 #7DA3AF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 163 | 175 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.31 |
| HSL | 194.4º | 0.24% | 0.59% | - |
| HSV(B) | 194.4º | 0.29% | 0.69% | - |
| XYZ | 29.29 | 33.65 | 45.51 | - |
| YUV | 153.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 175 | 0.29 | 0.07 | 0 | 0.31 | 194.4 | 0.24 | 0.59 |
| Hex | 7D | A3 | AF | 1D | 7 | 0 | 1F | C2 | 18 | 3B |
| Octal | 175 | 243 | 257 | 35 | 7 | 0 | 37 | 302 | 30 | 73 |
| Binary | 1111101 | 10100011 | 10101111 | 11101 | 111 | 0 | 11111 | 11000010 | 11000 | 111011 |
Color Harmonies of #7DA3AF
Complementary color
Monochromatic Colors of #7DA3AF
Black with #7DA3AF
Text Example
Text Example
White with #7DA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA3AF; }
p { color: rgb(125,163,175); }
H1.HeaderClassName
{
color: #7DA3AF;
}
.AnyTagClassName
{
color: #7DA3AF;
}
</style>
background-color css
<style>
a { background-color: #7DA3AF; }
a { background-color: rgb(125,163,175); }
div.DivClassName
{
background-color: #7DA3AF;
}
.BgClassName
{
background-color: #7DA3AF;
}
</style>
border-color css
<style>
span { border-color: #7DA3AF; }
span { border-color: rgb(125,163,175); }
td.TdClassName
{
border-color: #7DA3AF;
}
.TagClassName
{
border-color: #7DA3AF;
}
</style>