#7A6732

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

Shades of Himalaya #7A6732

Tints of Himalaya #7A6732

Color information

#7A6732 (or 0x7A6732) is unknown color: approx Himalaya. HEX triplet: 7A, 67 and 32. RGB value is (122,103,50). Sum of RGB (Red+Green+Blue) = 122+103+50=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6732 is #8598CD. Grayscale: #666666. Windows color (decimal): -8755406 or 3303290. OLE color: 3303290.

HSL color Cylindrical-coordinate representation of color #7A6732: hue angle of 44.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A6732 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB12210350-
CMYK00.160.590.52
HSL44.17º41.86%33.73%-
HSV(B)44.17º59.02%47.84%-
XYZ13.4514.075.02-
YUV102.6498.29141.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=44.36%
G=37.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221035000.160.590.5244.1741.8633.73
Hex7A67320103B342c2a22
Octal172147620207364545242
Binary11110101100111110010010000111011110100101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,50); }

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

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

 a { background-color: rgb(122,103,50); }

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

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

 span { border-color: rgb(122,103,50); }

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