#7B6C54

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

Shades of Shadow #7B6C54

Tints of Shadow #7B6C54

Color information

#7B6C54 (or 0x7B6C54) is unknown color: approx Shadow. HEX triplet: 7B, 6C and 54. RGB value is (123,108,84). Sum of RGB (Red+Green+Blue) = 123+108+84=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C54 is #8493AB. Grayscale: #6D6D6D. Windows color (decimal): -8688556 or 5532795. OLE color: 5532795.

HSL color Cylindrical-coordinate representation of color #7B6C54: hue angle of 36.92º 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 #7B6C54 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB12310884-
CMYK00.120.320.52
HSL36.92º18.84%40.59%-
HSV(B)36.92º31.71%48.24%-
XYZ15.1315.5810.6-
YUV109.75113.47137.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=39.05%
G=34.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231088400.120.320.5236.9218.8440.59
Hex7B6C540C2034251329
Octal1731541240144064452351
Binary1111011110110010101000110010000011010010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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