#7C684E

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

Shades of Shadow #7C684E

Tints of Shadow #7C684E

Color information

#7C684E (or 0x7C684E) is unknown color: approx Shadow. HEX triplet: 7C, 68 and 4E. RGB value is (124,104,78). Sum of RGB (Red+Green+Blue) = 124+104+78=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C684E is #8397B1. Grayscale: #6B6B6B. Windows color (decimal): -8624050 or 5138556. OLE color: 5138556.

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

Color convert

RGB12410478-
CMYK00.160.370.51
HSL33.91º22.77%39.61%-
HSV(B)33.91º37.1%48.63%-
XYZ14.6414.749.28-
YUV107.02111.63140.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=40.52%
G=33.99%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241047800.160.370.5133.9122.7739.61
Hex7C684E0102533221728
Octal1741501160204563422750
Binary11111001101000100111001000010010111001110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,78); }

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

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

 a { background-color: rgb(124,104,78); }

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

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

 span { border-color: rgb(124,104,78); }

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