#7B642F

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

Shades of Himalaya #7B642F

Tints of Himalaya #7B642F

Color information

#7B642F (or 0x7B642F) is unknown color: approx Himalaya. HEX triplet: 7B, 64 and 2F. RGB value is (123,100,47). Sum of RGB (Red+Green+Blue) = 123+100+47=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B642F is #849BD0. Grayscale: #656565. Windows color (decimal): -8690641 or 3105915. OLE color: 3105915.

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

Color convert

RGB12310047-
CMYK00.190.620.52
HSL41.84º44.71%33.33%-
HSV(B)41.84º61.79%48.24%-
XYZ13.2413.534.6-
YUV100.8497.62143.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=45.56%
G=37.04%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231004700.190.620.5241.8444.7133.33
Hex7B642F0133E342a2d21
Octal173144570237664525541
Binary11110111100100101111010011111110110100101010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,47); }

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

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

 a { background-color: rgb(123,100,47); }

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

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

 span { border-color: rgb(123,100,47); }

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