Html Css Color HEX #7C6533 Himalaya

📋 copy color: '#7C6533'

red 124 ◦ green 101 ◦ blue 51

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

Shades of Himalaya #7C6533

Tints of Himalaya #7C6533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 44.93%
G = 36.59%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C6533 (or 0x7C6533) is known color: Himalaya. HEX triplet: 7C, 65 and 33. RGB value is (124,101,51). Sum of RGB (Red+Green+Blue) = 124+101+51=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6533 is #839ACC. Grayscale: #666666. Windows color (decimal): -8624845 or 3368316. OLE color: 3368316.

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

Color convert

RGB 124 101 51 -
CMYK 0 0.19 0.59 0.51
HSL 41.1º 0.42% 0.34% -
HSV(B) 41.1º 0.59% 0.49% -
XYZ 13.56 13.83 5.09 -
YUV 102.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 124 101 51 0 0.19 0.59 0.51 41.1 0.42 0.34
Hex 7C 65 33 0 13 3B 33 29 2A 22
Octal 174 145 63 0 23 73 63 51 52 42
Binary 1111100 1100101 110011 0 10011 111011 110011 101001 101010 100010

Color Harmonies of #7C6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6533

Black with #7C6533

Text Example


Text Example

White with #7C6533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,51); }

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

background-color css

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

 a { background-color: rgb(124,101,51); }

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

border-color css

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

 span { border-color: rgb(124,101,51); }

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