Shades of Ziggurat #7FA5AD
Tints of Ziggurat #7FA5AD
RGB
CMYK
RGB Variations
Color information
#7FA5AD (or 0x7FA5AD) is known color: Ziggurat. HEX triplet: 7F, A5 and AD. RGB value is (127,165,173). Sum of RGB (Red+Green+Blue) = 127+165+173=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #7FA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA5AD is #805A52. Grayscale: #9A9A9A. Windows color (decimal): -8411731 or 11380095. OLE color: 11380095.
HSL color Cylindrical-coordinate representation of color #7FA5AD: hue angle of 190.43º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA5AD is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 165 | 173 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.32 |
| HSL | 190.43º | 0.22% | 0.59% | - |
| HSV(B) | 190.43º | 0.27% | 0.68% | - |
| XYZ | 29.75 | 34.44 | 44.61 | - |
| YUV | 154.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 173 | 0.27 | 0.05 | 0 | 0.32 | 190.43 | 0.22 | 0.59 |
| Hex | 7F | A5 | AD | 1B | 5 | 0 | 20 | BE | 16 | 3B |
| Octal | 177 | 245 | 255 | 33 | 5 | 0 | 40 | 276 | 26 | 73 |
| Binary | 1111111 | 10100101 | 10101101 | 11011 | 101 | 0 | 100000 | 10111110 | 10110 | 111011 |
Color Harmonies of #7FA5AD
Complementary color
Monochromatic Colors of #7FA5AD
Black with #7FA5AD
Text Example
Text Example
White with #7FA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA5AD; }
p { color: rgb(127,165,173); }
H1.HeaderClassName
{
color: #7FA5AD;
}
.AnyTagClassName
{
color: #7FA5AD;
}
</style>
background-color css
<style>
a { background-color: #7FA5AD; }
a { background-color: rgb(127,165,173); }
div.DivClassName
{
background-color: #7FA5AD;
}
.BgClassName
{
background-color: #7FA5AD;
}
</style>
border-color css
<style>
span { border-color: #7FA5AD; }
span { border-color: rgb(127,165,173); }
td.TdClassName
{
border-color: #7FA5AD;
}
.TagClassName
{
border-color: #7FA5AD;
}
</style>