Html Css Color HEX #7E644A Dark Wood

📋 copy color: '#7E644A'

red 126 ◦ green 100 ◦ blue 74

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

Shades of Dark Wood #7E644A

Tints of Dark Wood #7E644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 42%
G = 33.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7E644A (or 0x7E644A) is known color: Dark Wood. HEX triplet: 7E, 64 and 4A. RGB value is (126,100,74). Sum of RGB (Red+Green+Blue) = 126+100+74=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E644A is #819BB5. Grayscale: #686868. Windows color (decimal): -8494006 or 4875390. OLE color: 4875390.

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

Color convert

RGB 126 100 74 -
CMYK 0 0.21 0.41 0.51
HSL 30º 0.26% 0.39% -
HSV(B) 30º 0.41% 0.49% -
XYZ 14.4 14.04 8.43 -
YUV 104.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 126 100 74 0 0.21 0.41 0.51 30 0.26 0.39
Hex 7E 64 4A 0 15 29 33 1E 1A 27
Octal 176 144 112 0 25 51 63 36 32 47
Binary 1111110 1100100 1001010 0 10101 101001 110011 11110 11010 100111

Color Harmonies of #7E644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E644A

Black with #7E644A

Text Example


Text Example

White with #7E644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,74); }

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

background-color css

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

 a { background-color: rgb(126,100,74); }

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

border-color css

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

 span { border-color: rgb(126,100,74); }

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