Shades of Ziggurat #7FA2A1
Tints of Ziggurat #7FA2A1
RGB
CMYK
RGB Variations
Color information
#7FA2A1 (or 0x7FA2A1) is known color: Ziggurat. HEX triplet: 7F, A2 and A1. RGB value is (127,162,161). Sum of RGB (Red+Green+Blue) = 127+162+161=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA2A1 is #805D5E. Grayscale: #979797. Windows color (decimal): -8412511 or 10592895. OLE color: 10592895.
HSL color Cylindrical-coordinate representation of color #7FA2A1: hue angle of 178.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA2A1 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 161 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.36 |
| HSL | 178.29º | 0.16% | 0.57% | - |
| HSV(B) | 178.29º | 0.22% | 0.64% | - |
| XYZ | 28.11 | 32.93 | 38.59 | - |
| YUV | 151.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 161 | 0.22 | 0 | 0.01 | 0.36 | 178.29 | 0.16 | 0.57 |
| Hex | 7F | A2 | A1 | 16 | 0 | 1 | 24 | B2 | 10 | 39 |
| Octal | 177 | 242 | 241 | 26 | 0 | 1 | 44 | 262 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10100001 | 10110 | 0 | 1 | 100100 | 10110010 | 10000 | 111001 |
Color Harmonies of #7FA2A1
Complementary color
Monochromatic Colors of #7FA2A1
Black with #7FA2A1
Text Example
Text Example
White with #7FA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2A1; }
p { color: rgb(127,162,161); }
H1.HeaderClassName
{
color: #7FA2A1;
}
.AnyTagClassName
{
color: #7FA2A1;
}
</style>
background-color css
<style>
a { background-color: #7FA2A1; }
a { background-color: rgb(127,162,161); }
div.DivClassName
{
background-color: #7FA2A1;
}
.BgClassName
{
background-color: #7FA2A1;
}
</style>
border-color css
<style>
span { border-color: #7FA2A1; }
span { border-color: rgb(127,162,161); }
td.TdClassName
{
border-color: #7FA2A1;
}
.TagClassName
{
border-color: #7FA2A1;
}
</style>