Html Css Color HEX #7D6D53 Shadow

📋 copy color: '#7D6D53'

red 125 ◦ green 109 ◦ blue 83

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

Shades of Shadow #7D6D53

Tints of Shadow #7D6D53

RGB

 RED value IS 125 (49.22% from 255) = 39.43%

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 39.43%
G = 34.38%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D6D53 (or 0x7D6D53) is known color: Shadow. HEX triplet: 7D, 6D and 53. RGB value is (125,109,83). Sum of RGB (Red+Green+Blue) = 125+109+83=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D53 is #8292AC. Grayscale: #6E6E6E. Windows color (decimal): -8557229 or 5467517. OLE color: 5467517.

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

Color convert

RGB 125 109 83 -
CMYK 0 0.13 0.34 0.51
HSL 37.14º 0.2% 0.41% -
HSV(B) 37.14º 0.34% 0.49% -
XYZ 15.49 15.92 10.44 -
YUV 110.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 125 109 83 0 0.13 0.34 0.51 37.14 0.2 0.41
Hex 7D 6D 53 0 D 22 33 25 14 29
Octal 175 155 123 0 15 42 63 45 24 51
Binary 1111101 1101101 1010011 0 1101 100010 110011 100101 10100 101001

Color Harmonies of #7D6D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D53

Black with #7D6D53

Text Example


Text Example

White with #7D6D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,83); }

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

background-color css

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

 a { background-color: rgb(125,109,83); }

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

border-color css

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

 span { border-color: rgb(125,109,83); }

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