#7C6A37

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

Shades of Himalaya #7C6A37

Tints of Himalaya #7C6A37

Color information

#7C6A37 (or 0x7C6A37) is unknown color: approx Himalaya. HEX triplet: 7C, 6A and 37. RGB value is (124,106,55). Sum of RGB (Red+Green+Blue) = 124+106+55=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6A37 is #8395C8. Grayscale: #696969. Windows color (decimal): -8623561 or 3631740. OLE color: 3631740.

HSL color Cylindrical-coordinate representation of color #7C6A37: hue angle of 44.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6A37 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB12410655-
CMYK00.150.560.51
HSL44.35º38.55%35.1%-
HSV(B)44.35º55.65%48.63%-
XYZ14.1614.875.74-
YUV105.5799.46141.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=43.51%
G=37.19%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241065500.150.560.5144.3538.5535.1
Hex7C6A370F38332c2723
Octal174152670177063544743
Binary1111100110101011011101111111000110011101100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,55); }

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

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

 a { background-color: rgb(124,106,55); }

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

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

 span { border-color: rgb(124,106,55); }

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