#7EA6AD

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

Shades of Ziggurat #7EA6AD

Tints of Ziggurat #7EA6AD

Color information

#7EA6AD (or 0x7EA6AD) is unknown color: approx Ziggurat. HEX triplet: 7E, A6 and AD. RGB value is (126,166,173). Sum of RGB (Red+Green+Blue) = 126+166+173=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #7EA6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA6AD is #815952. Grayscale: #9A9A9A. Windows color (decimal): -8477011 or 11380350. OLE color: 11380350.

HSL color Cylindrical-coordinate representation of color #7EA6AD: hue angle of 188.94º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA6AD is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126166173-
CMYK0.270.0400.32
HSL188.94º22.27%58.63%-
HSV(B)188.94º27.17%67.84%-
XYZ29.7834.7344.67-
YUV154.84138.25107.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=27.10%
G=35.70%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261661730.270.0400.32188.9422.2758.63
Hex7EA6AD1B4020bd163b
Octal1762462553340402752673
Binary111111010100110101011011101110001000001011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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