Html Css Color HEX #7C6E36 Himalaya

📋 copy color: '#7C6E36'

red 124 ◦ green 110 ◦ blue 54

#7C6E36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #7C6E36

Tints of Himalaya #7C6E36

RGB

 RED value IS 124 (48.83% from 255) = 43.06%

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 43.06%
G = 38.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C6E36 (or 0x7C6E36) is known color: Himalaya. HEX triplet: 7C, 6E and 36. RGB value is (124,110,54). Sum of RGB (Red+Green+Blue) = 124+110+54=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E36 is #8391C9. Grayscale: #6C6C6C. Windows color (decimal): -8622538 or 3567228. OLE color: 3567228.

HSL color Cylindrical-coordinate representation of color #7C6E36: hue angle of 48º 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 #7C6E36 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 110 54 -
CMYK 0 0.11 0.56 0.51
HSL 48º 0.39% 0.35% -
HSV(B) 48º 0.56% 0.49% -
XYZ 14.55 15.7 5.75 -
YUV 107.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 124 110 54 0 0.11 0.56 0.51 48 0.39 0.35
Hex 7C 6E 36 0 B 38 33 30 27 23
Octal 174 156 66 0 13 70 63 60 47 43
Binary 1111100 1101110 110110 0 1011 111000 110011 110000 100111 100011

Color Harmonies of #7C6E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E36

Black with #7C6E36

Text Example


Text Example

White with #7C6E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,54); }

 H1.HeaderClassName
 {
   color: #7C6E36;
 }
 .AnyTagClassName
 {
   color: #7C6E36;
 }
</style>

background-color css

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

 a { background-color: rgb(124,110,54); }

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

border-color css

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

 span { border-color: rgb(124,110,54); }

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