#7EA3AF

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

Shades of Ziggurat #7EA3AF

Tints of Ziggurat #7EA3AF

Color information

#7EA3AF (or 0x7EA3AF) is unknown color: approx Ziggurat. HEX triplet: 7E, A3 and AF. RGB value is (126,163,175). Sum of RGB (Red+Green+Blue) = 126+163+175=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EA3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA3AF is #815C50. Grayscale: #999999. Windows color (decimal): -8477777 or 11510654. OLE color: 11510654.

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

Color convert

RGB126163175-
CMYK0.280.0700.31
HSL194.69º23.44%59.02%-
HSV(B)194.69º28%68.63%-
XYZ29.4433.7345.52-
YUV153.3140.24108.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=27.16%
G=35.13%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261631750.280.0700.31194.6923.4459.02
Hex7EA3AF1C701Fc3173b
Octal1762432573470373032773
Binary11111101010001110101111111001110111111100001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,175); }

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

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

 a { background-color: rgb(126,163,175); }

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

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

 span { border-color: rgb(126,163,175); }

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