#7A6C31

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

Shades of Himalaya #7A6C31

Tints of Himalaya #7A6C31

Color information

#7A6C31 (or 0x7A6C31) is unknown color: approx Himalaya. HEX triplet: 7A, 6C and 31. RGB value is (122,108,49). Sum of RGB (Red+Green+Blue) = 122+108+49=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C31 is #8593CE. Grayscale: #696969. Windows color (decimal): -8754127 or 3239034. OLE color: 3239034.

HSL color Cylindrical-coordinate representation of color #7A6C31: hue angle of 48.49º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A6C31 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB12210849-
CMYK00.110.600.52
HSL48.49º42.69%33.53%-
HSV(B)48.49º59.84%47.84%-
XYZ13.9415.085.08-
YUV105.4696.14139.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=43.73%
G=38.71%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221084900.110.600.5248.4942.6933.53
Hex7A6C310B3C34302b22
Octal172154610137464605342
Binary1111010110110011000101011111100110100110000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,108,49); }

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

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

 a { background-color: rgb(122,108,49); }

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

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

 span { border-color: rgb(122,108,49); }

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