#7A6936

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

Shades of Himalaya #7A6936

Tints of Himalaya #7A6936

Color information

#7A6936 (or 0x7A6936) is unknown color: approx Himalaya. HEX triplet: 7A, 69 and 36. RGB value is (122,105,54). Sum of RGB (Red+Green+Blue) = 122+105+54=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6936 is #8596C9. Grayscale: #686868. Windows color (decimal): -8754890 or 3565946. OLE color: 3565946.

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

Color convert

RGB12210554-
CMYK00.140.560.52
HSL45º38.64%34.51%-
HSV(B)45º55.74%47.84%-
XYZ13.7414.515.57-
YUV104.2799.63140.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=43.42%
G=37.37%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221055400.140.560.524538.6434.51
Hex7A69360E38342d2723
Octal172151660167064554743
Binary1111010110100111011001110111000110100101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,54); }

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

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

 a { background-color: rgb(122,105,54); }

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

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

 span { border-color: rgb(122,105,54); }

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