Shades of Ziggurat #7FAAAB
Tints of Ziggurat #7FAAAB
RGB
CMYK
RGB Variations
Color information
#7FAAAB (or 0x7FAAAB) is known color: Ziggurat. HEX triplet: 7F, AA and AB. RGB value is (127,170,171). Sum of RGB (Red+Green+Blue) = 127+170+171=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #7FAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAAB is #805554. Grayscale: #9D9D9D. Windows color (decimal): -8410453 or 11250303. OLE color: 11250303.
HSL color Cylindrical-coordinate representation of color #7FAAAB: hue angle of 181.36º 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 #7FAAAB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 171 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.33 |
| HSL | 181.36º | 0.21% | 0.58% | - |
| HSV(B) | 181.36º | 0.26% | 0.67% | - |
| XYZ | 30.48 | 36.2 | 43.91 | - |
| YUV | 157.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 171 | 0.26 | 0.01 | 0 | 0.33 | 181.36 | 0.21 | 0.58 |
| Hex | 7F | AA | AB | 1A | 1 | 0 | 21 | B5 | 15 | 3A |
| Octal | 177 | 252 | 253 | 32 | 1 | 0 | 41 | 265 | 25 | 72 |
| Binary | 1111111 | 10101010 | 10101011 | 11010 | 1 | 0 | 100001 | 10110101 | 10101 | 111010 |
Color Harmonies of #7FAAAB
Complementary color
Monochromatic Colors of #7FAAAB
Black with #7FAAAB
Text Example
Text Example
White with #7FAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAAB; }
p { color: rgb(127,170,171); }
H1.HeaderClassName
{
color: #7FAAAB;
}
.AnyTagClassName
{
color: #7FAAAB;
}
</style>
background-color css
<style>
a { background-color: #7FAAAB; }
a { background-color: rgb(127,170,171); }
div.DivClassName
{
background-color: #7FAAAB;
}
.BgClassName
{
background-color: #7FAAAB;
}
</style>
border-color css
<style>
span { border-color: #7FAAAB; }
span { border-color: rgb(127,170,171); }
td.TdClassName
{
border-color: #7FAAAB;
}
.TagClassName
{
border-color: #7FAAAB;
}
</style>