#7FA7AE

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

Shades of Ziggurat #7FA7AE

Tints of Ziggurat #7FA7AE

Color information

#7FA7AE (or 0x7FA7AE) is unknown color: approx Ziggurat. HEX triplet: 7F, A7 and AE. RGB value is (127,167,174). Sum of RGB (Red+Green+Blue) = 127+167+174=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #7FA7AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA7AE is #805851. Grayscale: #9B9B9B. Windows color (decimal): -8411218 or 11446143. OLE color: 11446143.

HSL color Cylindrical-coordinate representation of color #7FA7AE: 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 #7FA7AE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127167174-
CMYK0.270.0400.32
HSL188.94º22.49%59.02%-
HSV(B)188.94º27.01%68.24%-
XYZ30.2135.2145.25-
YUV155.84138.25107.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=27.14%
G=35.68%
B=37.18%

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
Decimal1271671740.270.0400.32188.9422.4959.02
Hex7FA7AE1B4020bd163b
Octal1772472563340402752673
Binary111111110100111101011101101110001000001011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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