#7C694A

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

Shades of Shadow #7C694A

Tints of Shadow #7C694A

Color information

#7C694A (or 0x7C694A) is unknown color: approx Shadow. HEX triplet: 7C, 69 and 4A. RGB value is (124,105,74). Sum of RGB (Red+Green+Blue) = 124+105+74=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C694A is #8396B5. Grayscale: #6B6B6B. Windows color (decimal): -8623798 or 4876668. OLE color: 4876668.

HSL color Cylindrical-coordinate representation of color #7C694A: hue angle of 37.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C694A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12410574-
CMYK00.150.400.51
HSL37.2º25.25%38.82%-
HSV(B)37.2º40.32%48.63%-
XYZ14.614.888.58-
YUV107.15109.29140.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=40.92%
G=34.65%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241057400.150.400.5137.225.2538.82
Hex7C694A0F2833251927
Octal1741511120175063453147
Binary1111100110100110010100111110100011001110010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,74); }

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

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

 a { background-color: rgb(124,105,74); }

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

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

 span { border-color: rgb(124,105,74); }

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