#7AA4AA

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

Shades of Ziggurat #7AA4AA

Tints of Ziggurat #7AA4AA

Color information

#7AA4AA (or 0x7AA4AA) is unknown color: approx Ziggurat. HEX triplet: 7A, A4 and AA. RGB value is (122,164,170). Sum of RGB (Red+Green+Blue) = 122+164+170=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #7AA4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA4AA is #855B55. Grayscale: #989898. Windows color (decimal): -8739670 or 11183226. OLE color: 11183226.

HSL color Cylindrical-coordinate representation of color #7AA4AA: hue angle of 187.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA4AA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122164170-
CMYK0.280.0400.33
HSL187.5º22.02%57.25%-
HSV(B)187.5º28.24%66.67%-
XYZ28.5633.5943.01-
YUV152.13138.09106.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=26.75%
G=35.96%
B=37.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221641700.280.0400.33187.522.0257.25
Hex7AA4AA1C4021bc1639
Octal1722442523440412742671
Binary111101010100100101010101110010001000011011110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,170); }

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

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

 a { background-color: rgb(122,164,170); }

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

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

 span { border-color: rgb(122,164,170); }

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