#7EACAF

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

Shades of Ziggurat #7EACAF

Tints of Ziggurat #7EACAF

Color information

#7EACAF (or 0x7EACAF) is unknown color: approx Ziggurat. HEX triplet: 7E, AC and AF. RGB value is (126,172,175). Sum of RGB (Red+Green+Blue) = 126+172+175=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAF is #815350. Grayscale: #9E9E9E. Windows color (decimal): -8475473 or 11512958. OLE color: 11512958.

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

Color convert

RGB126172175-
CMYK0.280.0200.31
HSL183.67º23.44%59.02%-
HSV(B)183.67º28%68.63%-
XYZ31.0937.0446.07-
YUV158.59137.26104.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=26.64%
G=36.36%
B=37.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261721750.280.0200.31183.6723.4459.02
Hex7EACAF1C201Fb8173b
Octal1762542573420372702773
Binary1111110101011001010111111100100111111011100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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