#7EA7AF

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

Shades of Ziggurat #7EA7AF

Tints of Ziggurat #7EA7AF

Color information

#7EA7AF (or 0x7EA7AF) is unknown color: approx Ziggurat. HEX triplet: 7E, A7 and AF. RGB value is (126,167,175). Sum of RGB (Red+Green+Blue) = 126+167+175=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EA7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA7AF is #815850. Grayscale: #9B9B9B. Windows color (decimal): -8476753 or 11511678. OLE color: 11511678.

HSL color Cylindrical-coordinate representation of color #7EA7AF: hue angle of 189.8º 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 #7EA7AF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126167175-
CMYK0.280.0500.31
HSL189.8º23.44%59.02%-
HSV(B)189.8º28%68.63%-
XYZ30.1635.1745.76-
YUV155.65138.92106.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=26.92%
G=35.68%
B=37.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261671750.280.0500.31189.823.4459.02
Hex7EA7AF1C501Fbe173b
Octal1762472573450372762773
Binary11111101010011110101111111001010111111011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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