Html Css Color HEX #7E6B37 Himalaya

📋 copy color: '#7E6B37'

red 126 ◦ green 107 ◦ blue 55

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

Shades of Himalaya #7E6B37

Tints of Himalaya #7E6B37

RGB

 RED value IS 126 (49.61% from 255) = 43.75%

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 43.75%
G = 37.15%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E6B37 (or 0x7E6B37) is known color: Himalaya. HEX triplet: 7E, 6B and 37. RGB value is (126,107,55). Sum of RGB (Red+Green+Blue) = 126+107+55=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6B37 is #8194C8. Grayscale: #6A6A6A. Windows color (decimal): -8492233 or 3631998. OLE color: 3631998.

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

Color convert

RGB 126 107 55 -
CMYK 0 0.15 0.56 0.51
HSL 43.94º 0.39% 0.35% -
HSV(B) 43.94º 0.56% 0.49% -
XYZ 14.55 15.23 5.79 -
YUV 106.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 126 107 55 0 0.15 0.56 0.51 43.94 0.39 0.35
Hex 7E 6B 37 0 F 38 33 2C 27 23
Octal 176 153 67 0 17 70 63 54 47 43
Binary 1111110 1101011 110111 0 1111 111000 110011 101100 100111 100011

Color Harmonies of #7E6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6B37

Black with #7E6B37

Text Example


Text Example

White with #7E6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,55); }

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

background-color css

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

 a { background-color: rgb(126,107,55); }

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

border-color css

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

 span { border-color: rgb(126,107,55); }

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