Shades of Ziggurat #7FA5AA
Tints of Ziggurat #7FA5AA
RGB
CMYK
RGB Variations
Color information
#7FA5AA (or 0x7FA5AA) is known color: Ziggurat. HEX triplet: 7F, A5 and AA. RGB value is (127,165,170). Sum of RGB (Red+Green+Blue) = 127+165+170=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #7FA5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA5AA is #805A55. Grayscale: #9A9A9A. Windows color (decimal): -8411734 or 11183487. OLE color: 11183487.
HSL color Cylindrical-coordinate representation of color #7FA5AA: hue angle of 186.98º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA5AA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 165 | 170 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.33 |
| HSL | 186.98º | 0.2% | 0.58% | - |
| HSV(B) | 186.98º | 0.25% | 0.67% | - |
| XYZ | 29.46 | 34.32 | 43.1 | - |
| YUV | 154.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 170 | 0.25 | 0.03 | 0 | 0.33 | 186.98 | 0.2 | 0.58 |
| Hex | 7F | A5 | AA | 19 | 3 | 0 | 21 | BB | 14 | 3A |
| Octal | 177 | 245 | 252 | 31 | 3 | 0 | 41 | 273 | 24 | 72 |
| Binary | 1111111 | 10100101 | 10101010 | 11001 | 11 | 0 | 100001 | 10111011 | 10100 | 111010 |
Color Harmonies of #7FA5AA
Complementary color
Monochromatic Colors of #7FA5AA
Black with #7FA5AA
Text Example
Text Example
White with #7FA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA5AA; }
p { color: rgb(127,165,170); }
H1.HeaderClassName
{
color: #7FA5AA;
}
.AnyTagClassName
{
color: #7FA5AA;
}
</style>
background-color css
<style>
a { background-color: #7FA5AA; }
a { background-color: rgb(127,165,170); }
div.DivClassName
{
background-color: #7FA5AA;
}
.BgClassName
{
background-color: #7FA5AA;
}
</style>
border-color css
<style>
span { border-color: #7FA5AA; }
span { border-color: rgb(127,165,170); }
td.TdClassName
{
border-color: #7FA5AA;
}
.TagClassName
{
border-color: #7FA5AA;
}
</style>