#7A6329

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

Shades of Himalaya #7A6329

Tints of Himalaya #7A6329

Color information

#7A6329 (or 0x7A6329) is unknown color: approx Himalaya. HEX triplet: 7A, 63 and 29. RGB value is (122,99,41). Sum of RGB (Red+Green+Blue) = 122+99+41=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6329 is #859CD6. Grayscale: #636363. Windows color (decimal): -8756439 or 2712442. OLE color: 2712442.

HSL color Cylindrical-coordinate representation of color #7A6329: hue angle of 42.96º 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 #7A6329 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1229941-
CMYK00.190.660.52
HSL42.96º49.69%31.96%-
HSV(B)42.96º66.39%47.84%-
XYZ12.8913.223.97-
YUV99.2795.12144.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=46.56%
G=37.79%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122994100.190.660.5242.9649.6931.96
Hex7A632901342342b3220
Octal1721435102310264536240
Binary111101011000111010010100111000010110100101011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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