Shades of Ziggurat #7FADB4
Tints of Ziggurat #7FADB4
RGB
CMYK
RGB Variations
Color information
#7FADB4 (or 0x7FADB4) is known color: Ziggurat. HEX triplet: 7F, AD and B4. RGB value is (127,173,180). Sum of RGB (Red+Green+Blue) = 127+173+180=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADB4 is #80524B. Grayscale: #9F9F9F. Windows color (decimal): -8409676 or 11840895. OLE color: 11840895.
HSL color Cylindrical-coordinate representation of color #7FADB4: hue angle of 187.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FADB4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 173 | 180 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.29 |
| HSL | 187.92º | 0.26% | 0.6% | - |
| HSV(B) | 187.92º | 0.29% | 0.71% | - |
| XYZ | 31.93 | 37.69 | 48.77 | - |
| YUV | 160.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 180 | 0.29 | 0.04 | 0 | 0.29 | 187.92 | 0.26 | 0.6 |
| Hex | 7F | AD | B4 | 1D | 4 | 0 | 1D | BC | 1A | 3C |
| Octal | 177 | 255 | 264 | 35 | 4 | 0 | 35 | 274 | 32 | 74 |
| Binary | 1111111 | 10101101 | 10110100 | 11101 | 100 | 0 | 11101 | 10111100 | 11010 | 111100 |
Color Harmonies of #7FADB4
Complementary color
Monochromatic Colors of #7FADB4
Black with #7FADB4
Text Example
Text Example
White with #7FADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADB4; }
p { color: rgb(127,173,180); }
H1.HeaderClassName
{
color: #7FADB4;
}
.AnyTagClassName
{
color: #7FADB4;
}
</style>
background-color css
<style>
a { background-color: #7FADB4; }
a { background-color: rgb(127,173,180); }
div.DivClassName
{
background-color: #7FADB4;
}
.BgClassName
{
background-color: #7FADB4;
}
</style>
border-color css
<style>
span { border-color: #7FADB4; }
span { border-color: rgb(127,173,180); }
td.TdClassName
{
border-color: #7FADB4;
}
.TagClassName
{
border-color: #7FADB4;
}
</style>