Html Css Color HEX #7C6331 Himalaya

📋 copy color: '#7C6331'

red 124 ◦ green 99 ◦ blue 49

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

Shades of Himalaya #7C6331

Tints of Himalaya #7C6331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 45.59%
G = 36.4%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C6331 (or 0x7C6331) is known color: Himalaya. HEX triplet: 7C, 63 and 31. RGB value is (124,99,49). Sum of RGB (Red+Green+Blue) = 124+99+49=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6331 is #839CCE. Grayscale: #646464. Windows color (decimal): -8625359 or 3236732. OLE color: 3236732.

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

Color convert

RGB 124 99 49 -
CMYK 0 0.20 0.60 0.51
HSL 40º 0.43% 0.34% -
HSV(B) 40º 0.6% 0.49% -
XYZ 13.33 13.43 4.8 -
YUV 100.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 124 99 49 0 0.20 0.60 0.51 40 0.43 0.34
Hex 7C 63 31 0 14 3C 33 28 2B 22
Octal 174 143 61 0 24 74 63 50 53 42
Binary 1111100 1100011 110001 0 10100 111100 110011 101000 101011 100010

Color Harmonies of #7C6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6331

Black with #7C6331

Text Example


Text Example

White with #7C6331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,49); }

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

background-color css

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

 a { background-color: rgb(124,99,49); }

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

border-color css

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

 span { border-color: rgb(124,99,49); }

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