#7EA6AC

Color #7EA6AC Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #7EA6AC

Tints of Ziggurat #7EA6AC

Color information

#7EA6AC (or 0x7EA6AC) is unknown color: approx Ziggurat. HEX triplet: 7E, A6 and AC. RGB value is (126,166,172). Sum of RGB (Red+Green+Blue) = 126+166+172=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA6AC is #815953. Grayscale: #9A9A9A. Windows color (decimal): -8477012 or 11314814. OLE color: 11314814.

HSL color Cylindrical-coordinate representation of color #7EA6AC: hue angle of 187.83º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA6AC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126166172-
CMYK0.270.0300.33
HSL187.83º21.7%58.43%-
HSV(B)187.83º26.74%67.45%-
XYZ29.6934.6944.16-
YUV154.72137.75107.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=27.16%
G=35.78%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261661720.270.0300.33187.8321.758.43
Hex7EA6AC1B3021bc163a
Octal1762462543330412742672
Binary11111101010011010101100110111101000011011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA6AC; }

 p { color: rgb(126,166,172); }

 H1.HeaderClassName
 {
   color: #7EA6AC;
 }
 .AnyTagClassName
 {
   color: #7EA6AC;
 }
</style>
background-color css

<style>
 a { background-color: #7EA6AC; }

 a { background-color: rgb(126,166,172); }

 div.DivClassName
 {
   background-color: #7EA6AC;
 }
 .BgClassName
 {
   background-color: #7EA6AC;
 }
</style>
border-color css

<style>
 span { border-color: #7EA6AC; }

 span { border-color: rgb(126,166,172); }

 td.TdClassName
 {
   border-color: #7EA6AC;
 }
 .TagClassName
 {
   border-color: #7EA6AC;
 }
</style>