Shades of Ziggurat #7FAAB2
Tints of Ziggurat #7FAAB2
RGB
CMYK
RGB Variations
Color information
#7FAAB2 (or 0x7FAAB2) is known color: Ziggurat. HEX triplet: 7F, AA and B2. RGB value is (127,170,178). Sum of RGB (Red+Green+Blue) = 127+170+178=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #7FAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAB2 is #80554D. Grayscale: #9D9D9D. Windows color (decimal): -8410446 or 11709055. OLE color: 11709055.
HSL color Cylindrical-coordinate representation of color #7FAAB2: hue angle of 189.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAAB2 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 170 | 178 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.30 |
| HSL | 189.41º | 0.25% | 0.6% | - |
| HSV(B) | 189.41º | 0.29% | 0.7% | - |
| XYZ | 31.16 | 36.48 | 47.52 | - |
| YUV | 158.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 178 | 0.29 | 0.04 | 0 | 0.30 | 189.41 | 0.25 | 0.6 |
| Hex | 7F | AA | B2 | 1D | 4 | 0 | 1E | BD | 19 | 3C |
| Octal | 177 | 252 | 262 | 35 | 4 | 0 | 36 | 275 | 31 | 74 |
| Binary | 1111111 | 10101010 | 10110010 | 11101 | 100 | 0 | 11110 | 10111101 | 11001 | 111100 |
Color Harmonies of #7FAAB2
Complementary color
Monochromatic Colors of #7FAAB2
Black with #7FAAB2
Text Example
Text Example
White with #7FAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAB2; }
p { color: rgb(127,170,178); }
H1.HeaderClassName
{
color: #7FAAB2;
}
.AnyTagClassName
{
color: #7FAAB2;
}
</style>
background-color css
<style>
a { background-color: #7FAAB2; }
a { background-color: rgb(127,170,178); }
div.DivClassName
{
background-color: #7FAAB2;
}
.BgClassName
{
background-color: #7FAAB2;
}
</style>
border-color css
<style>
span { border-color: #7FAAB2; }
span { border-color: rgb(127,170,178); }
td.TdClassName
{
border-color: #7FAAB2;
}
.TagClassName
{
border-color: #7FAAB2;
}
</style>