Html Css Color HEX #7C6631 Himalaya

📋 copy color: '#7C6631'

red 124 ◦ green 102 ◦ blue 49

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

Shades of Himalaya #7C6631

Tints of Himalaya #7C6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 45.09%
G = 37.09%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C6631 (or 0x7C6631) is known color: Himalaya. HEX triplet: 7C, 66 and 31. RGB value is (124,102,49). Sum of RGB (Red+Green+Blue) = 124+102+49=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6631 is #8399CE. Grayscale: #666666. Windows color (decimal): -8624591 or 3237500. OLE color: 3237500.

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

Color convert

RGB 124 102 49 -
CMYK 0 0.18 0.60 0.51
HSL 42.4º 0.43% 0.34% -
HSV(B) 42.4º 0.6% 0.49% -
XYZ 13.62 14.01 4.89 -
YUV 102.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 124 102 49 0 0.18 0.60 0.51 42.4 0.43 0.34
Hex 7C 66 31 0 12 3C 33 2A 2B 22
Octal 174 146 61 0 22 74 63 52 53 42
Binary 1111100 1100110 110001 0 10010 111100 110011 101010 101011 100010

Color Harmonies of #7C6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6631

Black with #7C6631

Text Example


Text Example

White with #7C6631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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