#7B6D54

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

Shades of Shadow #7B6D54

Tints of Shadow #7B6D54

Color information

#7B6D54 (or 0x7B6D54) is unknown color: approx Shadow. HEX triplet: 7B, 6D and 54. RGB value is (123,109,84). Sum of RGB (Red+Green+Blue) = 123+109+84=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6D54 is #8492AB. Grayscale: #6E6E6E. Windows color (decimal): -8688300 or 5533051. OLE color: 5533051.

HSL color Cylindrical-coordinate representation of color #7B6D54: hue angle of 38.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6D54 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB12310984-
CMYK00.110.320.52
HSL38.46º18.84%40.59%-
HSV(B)38.46º31.71%48.24%-
XYZ15.2415.7910.63-
YUV110.34113.14137.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=38.92%
G=34.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231098400.110.320.5238.4618.8440.59
Hex7B6D540B2034261329
Octal1731551240134064462351
Binary1111011110110110101000101110000011010010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,84); }

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

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

 a { background-color: rgb(123,109,84); }

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

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

 span { border-color: rgb(123,109,84); }

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