Shades of Ziggurat #7FABAD
Tints of Ziggurat #7FABAD
RGB
CMYK
RGB Variations
Color information
#7FABAD (or 0x7FABAD) is known color: Ziggurat. HEX triplet: 7F, AB and AD. RGB value is (127,171,173). Sum of RGB (Red+Green+Blue) = 127+171+173=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #7FABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABAD is #805452. Grayscale: #9E9E9E. Windows color (decimal): -8410195 or 11381631. OLE color: 11381631.
HSL color Cylindrical-coordinate representation of color #7FABAD: hue angle of 182.61º 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 #7FABAD is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 171 | 173 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.32 |
| HSL | 182.61º | 0.22% | 0.59% | - |
| HSV(B) | 182.61º | 0.27% | 0.68% | - |
| XYZ | 30.86 | 36.65 | 44.98 | - |
| YUV | 158.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 173 | 0.27 | 0.01 | 0 | 0.32 | 182.61 | 0.22 | 0.59 |
| Hex | 7F | AB | AD | 1B | 1 | 0 | 20 | B7 | 16 | 3B |
| Octal | 177 | 253 | 255 | 33 | 1 | 0 | 40 | 267 | 26 | 73 |
| Binary | 1111111 | 10101011 | 10101101 | 11011 | 1 | 0 | 100000 | 10110111 | 10110 | 111011 |
Color Harmonies of #7FABAD
Complementary color
Monochromatic Colors of #7FABAD
Black with #7FABAD
Text Example
Text Example
White with #7FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABAD; }
p { color: rgb(127,171,173); }
H1.HeaderClassName
{
color: #7FABAD;
}
.AnyTagClassName
{
color: #7FABAD;
}
</style>
background-color css
<style>
a { background-color: #7FABAD; }
a { background-color: rgb(127,171,173); }
div.DivClassName
{
background-color: #7FABAD;
}
.BgClassName
{
background-color: #7FABAD;
}
</style>
border-color css
<style>
span { border-color: #7FABAD; }
span { border-color: rgb(127,171,173); }
td.TdClassName
{
border-color: #7FABAD;
}
.TagClassName
{
border-color: #7FABAD;
}
</style>