#7C622C

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

Shades of Himalaya #7C622C

Tints of Himalaya #7C622C

Color information

#7C622C (or 0x7C622C) is unknown color: approx Himalaya. HEX triplet: 7C, 62 and 2C. RGB value is (124,98,44). Sum of RGB (Red+Green+Blue) = 124+98+44=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C622C is #839DD3. Grayscale: #636363. Windows color (decimal): -8625620 or 2908796. OLE color: 2908796.

HSL color Cylindrical-coordinate representation of color #7C622C: hue angle of 40.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C622C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1249844-
CMYK00.210.650.51
HSL40.5º47.62%32.94%-
HSV(B)40.5º64.52%48.63%-
XYZ13.1313.24.24-
YUV99.6296.61145.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=46.62%
G=36.84%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124984400.210.650.5140.547.6232.94
Hex7C622C0154133283021
Octal1741425402510163506041
Binary111110011000101011000101011000001110011101000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,44); }

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

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

 a { background-color: rgb(124,98,44); }

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

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

 span { border-color: rgb(124,98,44); }

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