#7A6B33

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

Shades of Himalaya #7A6B33

Tints of Himalaya #7A6B33

Color information

#7A6B33 (or 0x7A6B33) is unknown color: approx Himalaya. HEX triplet: 7A, 6B and 33. RGB value is (122,107,51). Sum of RGB (Red+Green+Blue) = 122+107+51=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B33 is #8594CC. Grayscale: #696969. Windows color (decimal): -8754381 or 3369850. OLE color: 3369850.

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

Color convert

RGB12210751-
CMYK00.120.580.52
HSL47.32º41.04%33.92%-
HSV(B)47.32º58.2%47.84%-
XYZ13.8814.895.27-
YUV105.197.47140.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=43.57%
G=38.21%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221075100.120.580.5247.3241.0433.92
Hex7A6B330C3A342f2922
Octal172153630147264575142
Binary1111010110101111001101100111010110100101111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,51); }

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

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

 a { background-color: rgb(122,107,51); }

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

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

 span { border-color: rgb(122,107,51); }

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