Html Css Color HEX #7D6B48 Shadow

📋 copy color: '#7D6B48'

red 125 ◦ green 107 ◦ blue 72

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

Shades of Shadow #7D6B48

Tints of Shadow #7D6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 41.12%
G = 35.2%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D6B48 (or 0x7D6B48) is known color: Shadow. HEX triplet: 7D, 6B and 48. RGB value is (125,107,72). Sum of RGB (Red+Green+Blue) = 125+107+72=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6B48 is #8294B7. Grayscale: #6C6C6C. Windows color (decimal): -8557752 or 4746109. OLE color: 4746109.

HSL color Cylindrical-coordinate representation of color #7D6B48: hue angle of 39.62º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D6B48 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 107 72 -
CMYK 0 0.14 0.42 0.51
HSL 39.62º 0.27% 0.39% -
HSV(B) 39.62º 0.42% 0.49% -
XYZ 14.88 15.34 8.31 -
YUV 108.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 125 107 72 0 0.14 0.42 0.51 39.62 0.27 0.39
Hex 7D 6B 48 0 E 2A 33 28 1B 27
Octal 175 153 110 0 16 52 63 50 33 47
Binary 1111101 1101011 1001000 0 1110 101010 110011 101000 11011 100111

Color Harmonies of #7D6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6B48

Black with #7D6B48

Text Example


Text Example

White with #7D6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,72); }

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

background-color css

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

 a { background-color: rgb(125,107,72); }

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

border-color css

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

 span { border-color: rgb(125,107,72); }

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