Html Css Color HEX #7E6D4F Shadow

📋 copy color: '#7E6D4F'

red 126 ◦ green 109 ◦ blue 79

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

Shades of Shadow #7E6D4F

Tints of Shadow #7E6D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 40.13%
G = 34.71%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E6D4F (or 0x7E6D4F) is known color: Shadow. HEX triplet: 7E, 6D and 4F. RGB value is (126,109,79). Sum of RGB (Red+Green+Blue) = 126+109+79=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D4F is #8192B0. Grayscale: #6E6E6E. Windows color (decimal): -8491697 or 5205374. OLE color: 5205374.

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

Color convert

RGB 126 109 79 -
CMYK 0 0.13 0.37 0.51
HSL 38.3º 0.23% 0.4% -
HSV(B) 38.3º 0.37% 0.49% -
XYZ 15.48 15.94 9.66 -
YUV 110.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 126 109 79 0 0.13 0.37 0.51 38.3 0.23 0.4
Hex 7E 6D 4F 0 D 25 33 26 17 28
Octal 176 155 117 0 15 45 63 46 27 50
Binary 1111110 1101101 1001111 0 1101 100101 110011 100110 10111 101000

Color Harmonies of #7E6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6D4F

Black with #7E6D4F

Text Example


Text Example

White with #7E6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,79); }

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

background-color css

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

 a { background-color: rgb(126,109,79); }

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

border-color css

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

 span { border-color: rgb(126,109,79); }

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