#7EA7AE

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

Shades of Ziggurat #7EA7AE

Tints of Ziggurat #7EA7AE

Color information

#7EA7AE (or 0x7EA7AE) is unknown color: approx Ziggurat. HEX triplet: 7E, A7 and AE. RGB value is (126,167,174). Sum of RGB (Red+Green+Blue) = 126+167+174=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #7EA7AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA7AE is #815851. Grayscale: #9B9B9B. Windows color (decimal): -8476754 or 11446142. OLE color: 11446142.

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

Color convert

RGB126167174-
CMYK0.280.0400.32
HSL188.75º22.86%58.82%-
HSV(B)188.75º27.59%68.24%-
XYZ30.0635.1345.24-
YUV155.54138.42106.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=26.98%
G=35.76%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261671740.280.0400.32188.7522.8658.82
Hex7EA7AE1C4020bd173b
Octal1762472563440402752773
Binary111111010100111101011101110010001000001011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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