Html Css Color HEX #7C6432 Himalaya

📋 copy color: '#7C6432'

red 124 ◦ green 100 ◦ blue 50

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

Shades of Himalaya #7C6432

Tints of Himalaya #7C6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 45.26%
G = 36.5%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C6432 (or 0x7C6432) is known color: Himalaya. HEX triplet: 7C, 64 and 32. RGB value is (124,100,50). Sum of RGB (Red+Green+Blue) = 124+100+50=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6432 is #839BCD. Grayscale: #656565. Windows color (decimal): -8625102 or 3302524. OLE color: 3302524.

HSL color Cylindrical-coordinate representation of color #7C6432: hue angle of 40.54º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C6432 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 50 -
CMYK 0 0.19 0.60 0.51
HSL 40.54º 0.43% 0.34% -
HSV(B) 40.54º 0.6% 0.49% -
XYZ 13.45 13.63 4.94 -
YUV 101.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 124 100 50 0 0.19 0.60 0.51 40.54 0.43 0.34
Hex 7C 64 32 0 13 3C 33 29 2B 22
Octal 174 144 62 0 23 74 63 51 53 42
Binary 1111100 1100100 110010 0 10011 111100 110011 101001 101011 100010

Color Harmonies of #7C6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6432

Black with #7C6432

Text Example


Text Example

White with #7C6432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,50); }

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

background-color css

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

 a { background-color: rgb(124,100,50); }

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

border-color css

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

 span { border-color: rgb(124,100,50); }

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