Html Css Color HEX #7E6A51 Shadow

📋 copy color: '#7E6A51'

red 126 ◦ green 106 ◦ blue 81

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

Shades of Shadow #7E6A51

Tints of Shadow #7E6A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 40.26%
G = 33.87%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7E6A51 (or 0x7E6A51) is known color: Shadow. HEX triplet: 7E, 6A and 51. RGB value is (126,106,81). Sum of RGB (Red+Green+Blue) = 126+106+81=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A51 is #8195AE. Grayscale: #6D6D6D. Windows color (decimal): -8492463 or 5335678. OLE color: 5335678.

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

Color convert

RGB 126 106 81 -
CMYK 0 0.16 0.36 0.51
HSL 33.33º 0.22% 0.41% -
HSV(B) 33.33º 0.36% 0.49% -
XYZ 15.24 15.34 9.94 -
YUV 109.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 126 106 81 0 0.16 0.36 0.51 33.33 0.22 0.41
Hex 7E 6A 51 0 10 24 33 21 16 29
Octal 176 152 121 0 20 44 63 41 26 51
Binary 1111110 1101010 1010001 0 10000 100100 110011 100001 10110 101001

Color Harmonies of #7E6A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6A51

Black with #7E6A51

Text Example


Text Example

White with #7E6A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,106,81); }

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

background-color css

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

 a { background-color: rgb(126,106,81); }

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

border-color css

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

 span { border-color: rgb(126,106,81); }

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