#7A6629

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

Shades of Himalaya #7A6629

Tints of Himalaya #7A6629

Color information

#7A6629 (or 0x7A6629) is unknown color: approx Himalaya. HEX triplet: 7A, 66 and 29. RGB value is (122,102,41). Sum of RGB (Red+Green+Blue) = 122+102+41=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6629 is #8599D6. Grayscale: #656565. Windows color (decimal): -8755671 or 2713210. OLE color: 2713210.

HSL color Cylindrical-coordinate representation of color #7A6629: hue angle of 45.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A6629 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB12210241-
CMYK00.160.660.52
HSL45.19º49.69%31.96%-
HSV(B)45.19º66.39%47.84%-
XYZ13.1813.84.07-
YUV101.0394.13142.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=46.04%
G=38.49%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221024100.160.660.5245.1949.6931.96
Hex7A662901042342d3220
Octal1721465102010264556240
Binary111101011001101010010100001000010110100101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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