Html Css Color HEX #7E6F4F Shadow

📋 copy color: '#7E6F4F'

red 126 ◦ green 111 ◦ blue 79

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

Shades of Shadow #7E6F4F

Tints of Shadow #7E6F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

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

R = 39.87%
G = 35.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E6F4F (or 0x7E6F4F) is known color: Shadow. HEX triplet: 7E, 6F and 4F. RGB value is (126,111,79). Sum of RGB (Red+Green+Blue) = 126+111+79=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6F4F is #8190B0. Grayscale: #6F6F6F. Windows color (decimal): -8491185 or 5205886. OLE color: 5205886.

HSL color Cylindrical-coordinate representation of color #7E6F4F: hue angle of 40.85º 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 #7E6F4F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 111 79 -
CMYK 0 0.12 0.37 0.51
HSL 40.85º 0.23% 0.4% -
HSV(B) 40.85º 0.37% 0.49% -
XYZ 15.7 16.37 9.73 -
YUV 111.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 126 111 79 0 0.12 0.37 0.51 40.85 0.23 0.4
Hex 7E 6F 4F 0 C 25 33 29 17 28
Octal 176 157 117 0 14 45 63 51 27 50
Binary 1111110 1101111 1001111 0 1100 100101 110011 101001 10111 101000

Color Harmonies of #7E6F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6F4F

Black with #7E6F4F

Text Example


Text Example

White with #7E6F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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