#7EA7AC

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

Shades of Ziggurat #7EA7AC

Tints of Ziggurat #7EA7AC

Color information

#7EA7AC (or 0x7EA7AC) is unknown color: approx Ziggurat. HEX triplet: 7E, A7 and AC. RGB value is (126,167,172). Sum of RGB (Red+Green+Blue) = 126+167+172=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EA7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA7AC is #815853. Grayscale: #9B9B9B. Windows color (decimal): -8476756 or 11315070. OLE color: 11315070.

HSL color Cylindrical-coordinate representation of color #7EA7AC: hue angle of 186.52º 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 #7EA7AC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126167172-
CMYK0.270.0300.33
HSL186.52º21.7%58.43%-
HSV(B)186.52º26.74%67.45%-
XYZ29.8735.0544.22-
YUV155.31137.42107.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=27.10%
G=35.91%
B=36.99%

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
Decimal1261671720.270.0300.33186.5221.758.43
Hex7EA7AC1B3021bb163a
Octal1762472543330412732672
Binary11111101010011110101100110111101000011011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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