#7a6a2c

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

Shades of Himalaya #7A6A2C

Tints of Himalaya #7A6A2C

Color information

#7A6A2C (or 0x7A6A2C) is unknown color: approx Himalaya. HEX triplet: 7A, 6A and 2C. RGB value is (122,106,44). Sum of RGB (Red+Green+Blue) = 122+106+44=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A2C is #8595D3. Grayscale: #676767. Windows color (decimal): -8754644 or 2910842. OLE color: 2910842.

HSL color Cylindrical-coordinate representation of color #7A6A2C: hue angle of 47.69º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A6A2C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB12210644-
CMYK00.130.640.52
HSL47.69º46.99%32.55%-
HSV(B)47.69º63.93%47.84%-
XYZ13.6314.634.49-
YUV103.7294.3141.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=44.85%
G=38.97%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221064400.130.640.5247.6946.9932.55
Hex7A6A2C0D4034302f21
Octal1721525401510064605741
Binary11110101101010101100011011000000110100110000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a6a2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,44); }

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

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

 a { background-color: rgb(122,106,44); }

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

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

 span { border-color: rgb(122,106,44); }

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