Shades of Ziggurat #7F9CA0
Tints of Ziggurat #7F9CA0
RGB
CMYK
RGB Variations
Color information
#7F9CA0 (or 0x7F9CA0) is known color: Ziggurat. HEX triplet: 7F, 9C and A0. RGB value is (127,156,160). Sum of RGB (Red+Green+Blue) = 127+156+160=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: blue. Hex color #7F9CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9CA0 is #80635F. Grayscale: #939393. Windows color (decimal): -8414048 or 10525823. OLE color: 10525823.
HSL color Cylindrical-coordinate representation of color #7F9CA0: hue angle of 187.27º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F9CA0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 156 | 160 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.37 |
| HSL | 187.27º | 0.15% | 0.56% | - |
| HSV(B) | 187.27º | 0.21% | 0.63% | - |
| XYZ | 26.99 | 30.83 | 37.79 | - |
| YUV | 147.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 160 | 0.21 | 0.02 | 0 | 0.37 | 187.27 | 0.15 | 0.56 |
| Hex | 7F | 9C | A0 | 15 | 2 | 0 | 25 | BB | F | 38 |
| Octal | 177 | 234 | 240 | 25 | 2 | 0 | 45 | 273 | 17 | 70 |
| Binary | 1111111 | 10011100 | 10100000 | 10101 | 10 | 0 | 100101 | 10111011 | 1111 | 111000 |
Color Harmonies of #7F9CA0
Complementary color
Monochromatic Colors of #7F9CA0
Black with #7F9CA0
Text Example
Text Example
White with #7F9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CA0; }
p { color: rgb(127,156,160); }
H1.HeaderClassName
{
color: #7F9CA0;
}
.AnyTagClassName
{
color: #7F9CA0;
}
</style>
background-color css
<style>
a { background-color: #7F9CA0; }
a { background-color: rgb(127,156,160); }
div.DivClassName
{
background-color: #7F9CA0;
}
.BgClassName
{
background-color: #7F9CA0;
}
</style>
border-color css
<style>
span { border-color: #7F9CA0; }
span { border-color: rgb(127,156,160); }
td.TdClassName
{
border-color: #7F9CA0;
}
.TagClassName
{
border-color: #7F9CA0;
}
</style>