#7B6132

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

Shades of Himalaya #7B6132

Tints of Himalaya #7B6132

Color information

#7B6132 (or 0x7B6132) is unknown color: approx Himalaya. HEX triplet: 7B, 61 and 32. RGB value is (123,97,50). Sum of RGB (Red+Green+Blue) = 123+97+50=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6132 is #849ECD. Grayscale: #636363. Windows color (decimal): -8691406 or 3301755. OLE color: 3301755.

HSL color Cylindrical-coordinate representation of color #7B6132: hue angle of 38.63º degrees, saturation: 0.42, 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 #7B6132 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1239750-
CMYK00.210.590.52
HSL38.63º42.2%33.92%-
HSV(B)38.63º59.35%48.24%-
XYZ13.0212.994.84-
YUV99.42100.11144.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=45.56%
G=35.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123975000.210.590.5238.6342.233.92
Hex7B61320153B34272a22
Octal173141620257364475242
Binary11110111100001110010010101111011110100100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,50); }

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

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

 a { background-color: rgb(123,97,50); }

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

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

 span { border-color: rgb(123,97,50); }

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