#7A6B35

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

Shades of Himalaya #7A6B35

Tints of Himalaya #7A6B35

Color information

#7A6B35 (or 0x7A6B35) is unknown color: approx Himalaya. HEX triplet: 7A, 6B and 35. RGB value is (122,107,53). Sum of RGB (Red+Green+Blue) = 122+107+53=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B35 is #8594CA. Grayscale: #696969. Windows color (decimal): -8754379 or 3500922. OLE color: 3500922.

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

Color convert

RGB12210753-
CMYK00.120.570.52
HSL46.96º39.43%34.31%-
HSV(B)46.96º56.56%47.84%-
XYZ13.9314.915.51-
YUV105.3398.47139.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=43.26%
G=37.94%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221075300.120.570.5246.9639.4334.31
Hex7A6B350C39342f2722
Octal172153650147164574742
Binary1111010110101111010101100111001110100101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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