#7B6A33

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

Shades of Himalaya #7B6A33

Tints of Himalaya #7B6A33

Color information

#7B6A33 (or 0x7B6A33) is unknown color: approx Himalaya. HEX triplet: 7B, 6A and 33. RGB value is (123,106,51). Sum of RGB (Red+Green+Blue) = 123+106+51=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6A33 is #8495CC. Grayscale: #696969. Windows color (decimal): -8689101 or 3369595. OLE color: 3369595.

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

Color convert

RGB12310651-
CMYK00.140.590.52
HSL45.83º41.38%34.12%-
HSV(B)45.83º58.54%48.24%-
XYZ13.9214.765.25-
YUV104.8197.63140.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=43.93%
G=37.86%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231065100.140.590.5245.8341.3834.12
Hex7B6A330E3B342e2922
Octal173152630167364565142
Binary1111011110101011001101110111011110100101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,51); }

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

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

 a { background-color: rgb(123,106,51); }

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

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

 span { border-color: rgb(123,106,51); }

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