#7C6648

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

Shades of Shadow #7C6648

Tints of Shadow #7C6648

Color information

#7C6648 (or 0x7C6648) is unknown color: approx Shadow. HEX triplet: 7C, 66 and 48. RGB value is (124,102,72). Sum of RGB (Red+Green+Blue) = 124+102+72=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6648 is #8399B7. Grayscale: #696969. Windows color (decimal): -8624568 or 4744828. OLE color: 4744828.

HSL color Cylindrical-coordinate representation of color #7C6648: hue angle of 34.62º 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 #7C6648 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB12410272-
CMYK00.180.420.51
HSL34.62º26.53%38.43%-
HSV(B)34.62º41.94%48.63%-
XYZ14.2314.268.13-
YUV105.16109.29141.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=41.61%
G=34.23%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241027200.180.420.5134.6226.5338.43
Hex7C66480122A33231b26
Octal1741461100225263433346
Binary11111001100110100100001001010101011001110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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