#7A6632

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

Shades of Himalaya #7A6632

Tints of Himalaya #7A6632

Color information

#7A6632 (or 0x7A6632) is unknown color: approx Himalaya. HEX triplet: 7A, 66 and 32. RGB value is (122,102,50). Sum of RGB (Red+Green+Blue) = 122+102+50=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6632 is #8599CD. Grayscale: #666666. Windows color (decimal): -8755662 or 3303034. OLE color: 3303034.

HSL color Cylindrical-coordinate representation of color #7A6632: hue angle of 43.33º 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 #7A6632 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB12210250-
CMYK00.160.590.52
HSL43.33º41.86%33.73%-
HSV(B)43.33º59.02%47.84%-
XYZ13.3513.874.99-
YUV102.0598.63142.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=44.53%
G=37.23%
B=18.25%

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
Decimal1221025000.160.590.5243.3341.8633.73
Hex7A66320103B342b2a22
Octal172146620207364535242
Binary11110101100110110010010000111011110100101011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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