#7CA3AA

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

Shades of Ziggurat #7CA3AA

Tints of Ziggurat #7CA3AA

Color information

#7CA3AA (or 0x7CA3AA) is unknown color: approx Ziggurat. HEX triplet: 7C, A3 and AA. RGB value is (124,163,170). Sum of RGB (Red+Green+Blue) = 124+163+170=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #7CA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA3AA is #835C55. Grayscale: #989898. Windows color (decimal): -8608854 or 11182972. OLE color: 11182972.

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

Color convert

RGB124163170-
CMYK0.270.0400.33
HSL189.13º21.3%57.65%-
HSV(B)189.13º27.06%66.67%-
XYZ28.6733.3842.96-
YUV152.14138.08107.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=27.13%
G=35.67%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241631700.270.0400.33189.1321.357.65
Hex7CA3AA1B4021bd153a
Octal1742432523340412752572
Binary111110010100011101010101101110001000011011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,170); }

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

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

 a { background-color: rgb(124,163,170); }

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

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

 span { border-color: rgb(124,163,170); }

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