Shades of Ziggurat #7FA2AB
Tints of Ziggurat #7FA2AB
RGB
CMYK
RGB Variations
Color information
#7FA2AB (or 0x7FA2AB) is known color: Ziggurat. HEX triplet: 7F, A2 and AB. RGB value is (127,162,171). Sum of RGB (Red+Green+Blue) = 127+162+171=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #7FA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA2AB is #805D54. Grayscale: #989898. Windows color (decimal): -8412501 or 11248255. OLE color: 11248255.
HSL color Cylindrical-coordinate representation of color #7FA2AB: hue angle of 192.27º 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 #7FA2AB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 162 | 171 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.33 |
| HSL | 192.27º | 0.21% | 0.58% | - |
| HSV(B) | 192.27º | 0.26% | 0.67% | - |
| XYZ | 29.02 | 33.29 | 43.42 | - |
| YUV | 152.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 171 | 0.26 | 0.05 | 0 | 0.33 | 192.27 | 0.21 | 0.58 |
| Hex | 7F | A2 | AB | 1A | 5 | 0 | 21 | C0 | 15 | 3A |
| Octal | 177 | 242 | 253 | 32 | 5 | 0 | 41 | 300 | 25 | 72 |
| Binary | 1111111 | 10100010 | 10101011 | 11010 | 101 | 0 | 100001 | 11000000 | 10101 | 111010 |
Color Harmonies of #7FA2AB
Complementary color
Monochromatic Colors of #7FA2AB
Black with #7FA2AB
Text Example
Text Example
White with #7FA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2AB; }
p { color: rgb(127,162,171); }
H1.HeaderClassName
{
color: #7FA2AB;
}
.AnyTagClassName
{
color: #7FA2AB;
}
</style>
background-color css
<style>
a { background-color: #7FA2AB; }
a { background-color: rgb(127,162,171); }
div.DivClassName
{
background-color: #7FA2AB;
}
.BgClassName
{
background-color: #7FA2AB;
}
</style>
border-color css
<style>
span { border-color: #7FA2AB; }
span { border-color: rgb(127,162,171); }
td.TdClassName
{
border-color: #7FA2AB;
}
.TagClassName
{
border-color: #7FA2AB;
}
</style>