Shades of Ziggurat #7FAAAF
Tints of Ziggurat #7FAAAF
RGB
CMYK
RGB Variations
Color information
#7FAAAF (or 0x7FAAAF) is known color: Ziggurat. HEX triplet: 7F, AA and AF. RGB value is (127,170,175). Sum of RGB (Red+Green+Blue) = 127+170+175=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAAF is #805550. Grayscale: #9D9D9D. Windows color (decimal): -8410449 or 11512447. OLE color: 11512447.
HSL color Cylindrical-coordinate representation of color #7FAAAF: hue angle of 186.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAAAF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 170 | 175 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 186.25º | 0.23% | 0.59% | - |
| HSV(B) | 186.25º | 0.27% | 0.69% | - |
| XYZ | 30.86 | 36.36 | 45.95 | - |
| YUV | 157.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 175 | 0.27 | 0.03 | 0 | 0.31 | 186.25 | 0.23 | 0.59 |
| Hex | 7F | AA | AF | 1B | 3 | 0 | 1F | BA | 17 | 3B |
| Octal | 177 | 252 | 257 | 33 | 3 | 0 | 37 | 272 | 27 | 73 |
| Binary | 1111111 | 10101010 | 10101111 | 11011 | 11 | 0 | 11111 | 10111010 | 10111 | 111011 |
Color Harmonies of #7FAAAF
Complementary color
Monochromatic Colors of #7FAAAF
Black with #7FAAAF
Text Example
Text Example
White with #7FAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAAF; }
p { color: rgb(127,170,175); }
H1.HeaderClassName
{
color: #7FAAAF;
}
.AnyTagClassName
{
color: #7FAAAF;
}
</style>
background-color css
<style>
a { background-color: #7FAAAF; }
a { background-color: rgb(127,170,175); }
div.DivClassName
{
background-color: #7FAAAF;
}
.BgClassName
{
background-color: #7FAAAF;
}
</style>
border-color css
<style>
span { border-color: #7FAAAF; }
span { border-color: rgb(127,170,175); }
td.TdClassName
{
border-color: #7FAAAF;
}
.TagClassName
{
border-color: #7FAAAF;
}
</style>