#7C6748

Color #7C6748 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #7C6748

Tints of Shadow #7C6748

Color information

#7C6748 (or 0x7C6748) is unknown color: approx Shadow. HEX triplet: 7C, 67 and 48. RGB value is (124,103,72). Sum of RGB (Red+Green+Blue) = 124+103+72=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6748 is #8398B7. Grayscale: #696969. Windows color (decimal): -8624312 or 4745084. OLE color: 4745084.

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

Color convert

RGB12410372-
CMYK00.170.420.51
HSL35.77º26.53%38.43%-
HSV(B)35.77º41.94%48.63%-
XYZ14.3314.458.17-
YUV105.74108.96141.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=41.47%
G=34.45%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241037200.170.420.5135.7726.5338.43
Hex7C67480112A33241b26
Octal1741471100215263443346
Binary11111001100111100100001000110101011001110010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,72); }

 H1.HeaderClassName
 {
   color: #7C6748;
 }
 .AnyTagClassName
 {
   color: #7C6748;
 }
</style>
background-color css

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

 a { background-color: rgb(124,103,72); }

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

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

 span { border-color: rgb(124,103,72); }

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