Html Css Color HEX #7C6735 Himalaya

📋 copy color: '#7C6735'

red 124 ◦ green 103 ◦ blue 53

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

Shades of Himalaya #7C6735

Tints of Himalaya #7C6735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 44.29%
G = 36.79%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C6735 (or 0x7C6735) is known color: Himalaya. HEX triplet: 7C, 67 and 35. RGB value is (124,103,53). Sum of RGB (Red+Green+Blue) = 124+103+53=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6735 is #8398CA. Grayscale: #676767. Windows color (decimal): -8624331 or 3499900. OLE color: 3499900.

HSL color Cylindrical-coordinate representation of color #7C6735: hue angle of 42.25º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6735 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 53 -
CMYK 0 0.17 0.57 0.51
HSL 42.25º 0.4% 0.35% -
HSV(B) 42.25º 0.57% 0.49% -
XYZ 13.81 14.24 5.39 -
YUV 103.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 124 103 53 0 0.17 0.57 0.51 42.25 0.4 0.35
Hex 7C 67 35 0 11 39 33 2A 28 23
Octal 174 147 65 0 21 71 63 52 50 43
Binary 1111100 1100111 110101 0 10001 111001 110011 101010 101000 100011

Color Harmonies of #7C6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6735

Black with #7C6735

Text Example


Text Example

White with #7C6735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,53); }

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

background-color css

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

 a { background-color: rgb(124,103,53); }

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

border-color css

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

 span { border-color: rgb(124,103,53); }

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