Shades of Ziggurat #7FACB1
Tints of Ziggurat #7FACB1
RGB
CMYK
RGB Variations
Color information
#7FACB1 (or 0x7FACB1) is known color: Ziggurat. HEX triplet: 7F, AC and B1. RGB value is (127,172,177). Sum of RGB (Red+Green+Blue) = 127+172+177=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #7FACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACB1 is #80534E. Grayscale: #9F9F9F. Windows color (decimal): -8409935 or 11644031. OLE color: 11644031.
HSL color Cylindrical-coordinate representation of color #7FACB1: hue angle of 186º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FACB1 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 172 | 177 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.31 |
| HSL | 186º | 0.24% | 0.6% | - |
| HSV(B) | 186º | 0.28% | 0.69% | - |
| XYZ | 31.44 | 37.19 | 47.12 | - |
| YUV | 159.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 177 | 0.28 | 0.03 | 0 | 0.31 | 186 | 0.24 | 0.6 |
| Hex | 7F | AC | B1 | 1C | 3 | 0 | 1F | BA | 18 | 3C |
| Octal | 177 | 254 | 261 | 34 | 3 | 0 | 37 | 272 | 30 | 74 |
| Binary | 1111111 | 10101100 | 10110001 | 11100 | 11 | 0 | 11111 | 10111010 | 11000 | 111100 |
Color Harmonies of #7FACB1
Complementary color
Monochromatic Colors of #7FACB1
Black with #7FACB1
Text Example
Text Example
White with #7FACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACB1; }
p { color: rgb(127,172,177); }
H1.HeaderClassName
{
color: #7FACB1;
}
.AnyTagClassName
{
color: #7FACB1;
}
</style>
background-color css
<style>
a { background-color: #7FACB1; }
a { background-color: rgb(127,172,177); }
div.DivClassName
{
background-color: #7FACB1;
}
.BgClassName
{
background-color: #7FACB1;
}
</style>
border-color css
<style>
span { border-color: #7FACB1; }
span { border-color: rgb(127,172,177); }
td.TdClassName
{
border-color: #7FACB1;
}
.TagClassName
{
border-color: #7FACB1;
}
</style>