#7A6333

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

Shades of Himalaya #7A6333

Tints of Himalaya #7A6333

Color information

#7A6333 (or 0x7A6333) is unknown color: approx Himalaya. HEX triplet: 7A, 63 and 33. RGB value is (122,99,51). Sum of RGB (Red+Green+Blue) = 122+99+51=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6333 is #859CCC. Grayscale: #646464. Windows color (decimal): -8756429 or 3367802. OLE color: 3367802.

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

Color convert

RGB1229951-
CMYK00.190.580.52
HSL40.56º41.04%33.92%-
HSV(B)40.56º58.2%47.84%-
XYZ13.0913.35.01-
YUV100.4100.12143.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=44.85%
G=36.40%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122995100.190.580.5240.5641.0433.92
Hex7A63330133A34292922
Octal172143630237264515142
Binary11110101100011110011010011111010110100101001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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