Shades of Ziggurat #7FA3AA
Tints of Ziggurat #7FA3AA
RGB
CMYK
RGB Variations
Color information
#7FA3AA (or 0x7FA3AA) is known color: Ziggurat. HEX triplet: 7F, A3 and AA. RGB value is (127,163,170). Sum of RGB (Red+Green+Blue) = 127+163+170=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #7FA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA3AA is #805C55. Grayscale: #989898. Windows color (decimal): -8412246 or 11182975. OLE color: 11182975.
HSL color Cylindrical-coordinate representation of color #7FA3AA: hue angle of 189.77º 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 #7FA3AA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 163 | 170 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.33 |
| HSL | 189.77º | 0.2% | 0.58% | - |
| HSV(B) | 189.77º | 0.25% | 0.67% | - |
| XYZ | 29.11 | 33.61 | 42.98 | - |
| YUV | 153.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 170 | 0.25 | 0.04 | 0 | 0.33 | 189.77 | 0.2 | 0.58 |
| Hex | 7F | A3 | AA | 19 | 4 | 0 | 21 | BE | 14 | 3A |
| Octal | 177 | 243 | 252 | 31 | 4 | 0 | 41 | 276 | 24 | 72 |
| Binary | 1111111 | 10100011 | 10101010 | 11001 | 100 | 0 | 100001 | 10111110 | 10100 | 111010 |
Color Harmonies of #7FA3AA
Complementary color
Monochromatic Colors of #7FA3AA
Black with #7FA3AA
Text Example
Text Example
White with #7FA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3AA; }
p { color: rgb(127,163,170); }
H1.HeaderClassName
{
color: #7FA3AA;
}
.AnyTagClassName
{
color: #7FA3AA;
}
</style>
background-color css
<style>
a { background-color: #7FA3AA; }
a { background-color: rgb(127,163,170); }
div.DivClassName
{
background-color: #7FA3AA;
}
.BgClassName
{
background-color: #7FA3AA;
}
</style>
border-color css
<style>
span { border-color: #7FA3AA; }
span { border-color: rgb(127,163,170); }
td.TdClassName
{
border-color: #7FA3AA;
}
.TagClassName
{
border-color: #7FA3AA;
}
</style>