Shades of Ziggurat #7FA9AF
Tints of Ziggurat #7FA9AF
RGB
CMYK
RGB Variations
Color information
#7FA9AF (or 0x7FA9AF) is known color: Ziggurat. HEX triplet: 7F, A9 and AF. RGB value is (127,169,175). Sum of RGB (Red+Green+Blue) = 127+169+175=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA9AF is #805650. Grayscale: #9D9D9D. Windows color (decimal): -8410705 or 11512191. OLE color: 11512191.
HSL color Cylindrical-coordinate representation of color #7FA9AF: hue angle of 187.5º 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 #7FA9AF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 169 | 175 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 187.5º | 0.23% | 0.59% | - |
| HSV(B) | 187.5º | 0.27% | 0.69% | - |
| XYZ | 30.68 | 35.98 | 45.89 | - |
| YUV | 157.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 175 | 0.27 | 0.03 | 0 | 0.31 | 187.5 | 0.23 | 0.59 |
| Hex | 7F | A9 | AF | 1B | 3 | 0 | 1F | BC | 17 | 3B |
| Octal | 177 | 251 | 257 | 33 | 3 | 0 | 37 | 274 | 27 | 73 |
| Binary | 1111111 | 10101001 | 10101111 | 11011 | 11 | 0 | 11111 | 10111100 | 10111 | 111011 |
Color Harmonies of #7FA9AF
Complementary color
Monochromatic Colors of #7FA9AF
Black with #7FA9AF
Text Example
Text Example
White with #7FA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9AF; }
p { color: rgb(127,169,175); }
H1.HeaderClassName
{
color: #7FA9AF;
}
.AnyTagClassName
{
color: #7FA9AF;
}
</style>
background-color css
<style>
a { background-color: #7FA9AF; }
a { background-color: rgb(127,169,175); }
div.DivClassName
{
background-color: #7FA9AF;
}
.BgClassName
{
background-color: #7FA9AF;
}
</style>
border-color css
<style>
span { border-color: #7FA9AF; }
span { border-color: rgb(127,169,175); }
td.TdClassName
{
border-color: #7FA9AF;
}
.TagClassName
{
border-color: #7FA9AF;
}
</style>