#8C7752

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

Shades of Shadow #8C7752

Tints of Shadow #8C7752

Color information

#8C7752 (or 0x8C7752) is unknown color: approx Shadow. HEX triplet: 8C, 77 and 52. RGB value is (140,119,82). Sum of RGB (Red+Green+Blue) = 140+119+82=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7752 is #7388AD. Grayscale: #797979. Windows color (decimal): -7571630 or 5404556. OLE color: 5404556.

HSL color Cylindrical-coordinate representation of color #8C7752: hue angle of 38.28º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7752 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB14011982-
CMYK00.150.410.45
HSL38.28º26.13%43.53%-
HSV(B)38.28º41.43%54.9%-
XYZ18.9419.3810.73-
YUV121.06105.96141.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=41.06%
G=34.90%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401198200.150.410.4538.2826.1343.53
Hex8C77520F292D261a2c
Octal2141671220175155463254
Binary10001100111011110100100111110100110110110011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7752; }

 p { color: rgb(140,119,82); }

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

<style>
 a { background-color: #8C7752; }

 a { background-color: rgb(140,119,82); }

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

<style>
 span { border-color: #8C7752; }

 span { border-color: rgb(140,119,82); }

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