Shades of Ziggurat #7FA9AC
Tints of Ziggurat #7FA9AC
RGB
CMYK
RGB Variations
Color information
#7FA9AC (or 0x7FA9AC) is known color: Ziggurat. HEX triplet: 7F, A9 and AC. RGB value is (127,169,172). Sum of RGB (Red+Green+Blue) = 127+169+172=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #7FA9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA9AC is #805653. Grayscale: #9C9C9C. Windows color (decimal): -8410708 or 11315583. OLE color: 11315583.
HSL color Cylindrical-coordinate representation of color #7FA9AC: hue angle of 184º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA9AC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 169 | 172 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.33 |
| HSL | 184º | 0.21% | 0.59% | - |
| HSV(B) | 184º | 0.26% | 0.67% | - |
| XYZ | 30.39 | 35.87 | 44.35 | - |
| YUV | 156.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 172 | 0.26 | 0.02 | 0 | 0.33 | 184 | 0.21 | 0.59 |
| Hex | 7F | A9 | AC | 1A | 2 | 0 | 21 | B8 | 15 | 3B |
| Octal | 177 | 251 | 254 | 32 | 2 | 0 | 41 | 270 | 25 | 73 |
| Binary | 1111111 | 10101001 | 10101100 | 11010 | 10 | 0 | 100001 | 10111000 | 10101 | 111011 |
Color Harmonies of #7FA9AC
Complementary color
Monochromatic Colors of #7FA9AC
Black with #7FA9AC
Text Example
Text Example
White with #7FA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9AC; }
p { color: rgb(127,169,172); }
H1.HeaderClassName
{
color: #7FA9AC;
}
.AnyTagClassName
{
color: #7FA9AC;
}
</style>
background-color css
<style>
a { background-color: #7FA9AC; }
a { background-color: rgb(127,169,172); }
div.DivClassName
{
background-color: #7FA9AC;
}
.BgClassName
{
background-color: #7FA9AC;
}
</style>
border-color css
<style>
span { border-color: #7FA9AC; }
span { border-color: rgb(127,169,172); }
td.TdClassName
{
border-color: #7FA9AC;
}
.TagClassName
{
border-color: #7FA9AC;
}
</style>