Html Css Color HEX #7D6E50 Shadow

📋 copy color: '#7D6E50'

red 125 ◦ green 110 ◦ blue 80

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

Shades of Shadow #7D6E50

Tints of Shadow #7D6E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 39.68%
G = 34.92%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D6E50 (or 0x7D6E50) is known color: Shadow. HEX triplet: 7D, 6E and 50. RGB value is (125,110,80). Sum of RGB (Red+Green+Blue) = 125+110+80=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E50 is #8291AF. Grayscale: #6F6F6F. Windows color (decimal): -8556976 or 5271165. OLE color: 5271165.

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

Color convert

RGB 125 110 80 -
CMYK 0 0.12 0.36 0.51
HSL 40º 0.22% 0.4% -
HSV(B) 40º 0.36% 0.49% -
XYZ 15.48 16.09 9.88 -
YUV 111.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 125 110 80 0 0.12 0.36 0.51 40 0.22 0.4
Hex 7D 6E 50 0 C 24 33 28 16 28
Octal 175 156 120 0 14 44 63 50 26 50
Binary 1111101 1101110 1010000 0 1100 100100 110011 101000 10110 101000

Color Harmonies of #7D6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E50

Black with #7D6E50

Text Example


Text Example

White with #7D6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,80); }

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

background-color css

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

 a { background-color: rgb(125,110,80); }

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

border-color css

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

 span { border-color: rgb(125,110,80); }

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