Shades of Ziggurat #7FADB2
Tints of Ziggurat #7FADB2
RGB
CMYK
RGB Variations
Color information
#7FADB2 (or 0x7FADB2) is known color: Ziggurat. HEX triplet: 7F, AD and B2. RGB value is (127,173,178). Sum of RGB (Red+Green+Blue) = 127+173+178=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #7FADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADB2 is #80524D. Grayscale: #9F9F9F. Windows color (decimal): -8409678 or 11709823. OLE color: 11709823.
HSL color Cylindrical-coordinate representation of color #7FADB2: hue angle of 185.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FADB2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 173 | 178 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.30 |
| HSL | 185.88º | 0.25% | 0.6% | - |
| HSV(B) | 185.88º | 0.29% | 0.7% | - |
| XYZ | 31.73 | 37.61 | 47.71 | - |
| YUV | 159.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 178 | 0.29 | 0.03 | 0 | 0.30 | 185.88 | 0.25 | 0.6 |
| Hex | 7F | AD | B2 | 1D | 3 | 0 | 1E | BA | 19 | 3C |
| Octal | 177 | 255 | 262 | 35 | 3 | 0 | 36 | 272 | 31 | 74 |
| Binary | 1111111 | 10101101 | 10110010 | 11101 | 11 | 0 | 11110 | 10111010 | 11001 | 111100 |
Color Harmonies of #7FADB2
Complementary color
Monochromatic Colors of #7FADB2
Black with #7FADB2
Text Example
Text Example
White with #7FADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADB2; }
p { color: rgb(127,173,178); }
H1.HeaderClassName
{
color: #7FADB2;
}
.AnyTagClassName
{
color: #7FADB2;
}
</style>
background-color css
<style>
a { background-color: #7FADB2; }
a { background-color: rgb(127,173,178); }
div.DivClassName
{
background-color: #7FADB2;
}
.BgClassName
{
background-color: #7FADB2;
}
</style>
border-color css
<style>
span { border-color: #7FADB2; }
span { border-color: rgb(127,173,178); }
td.TdClassName
{
border-color: #7FADB2;
}
.TagClassName
{
border-color: #7FADB2;
}
</style>