#8F7750

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

Shades of Shadow #8F7750

Tints of Shadow #8F7750

Color information

#8F7750 (or 0x8F7750) is unknown color: approx Shadow. HEX triplet: 8F, 77 and 50. RGB value is (143,119,80). Sum of RGB (Red+Green+Blue) = 143+119+80=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7750 is #7088AF. Grayscale: #797979. Windows color (decimal): -7375024 or 5273487. OLE color: 5273487.

HSL color Cylindrical-coordinate representation of color #8F7750: hue angle of 37.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7750 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB14311980-
CMYK00.170.440.44
HSL37.14º28.25%43.73%-
HSV(B)37.14º44.06%56.08%-
XYZ19.3719.6110.35-
YUV121.73104.45143.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=41.81%
G=34.80%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431198000.170.440.4437.1428.2543.73
Hex8F77500112C2C251c2c
Octal2171671200215454453454
Binary100011111110111101000001000110110010110010010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,80); }

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

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

 a { background-color: rgb(143,119,80); }

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

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

 span { border-color: rgb(143,119,80); }

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