#8C7287

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

Shades of Taupe Grey #8C7287

Tints of Taupe Grey #8C7287

Color information

#8C7287 (or 0x8C7287) is unknown color: approx Taupe Grey. HEX triplet: 8C, 72 and 87. RGB value is (140,114,135). Sum of RGB (Red+Green+Blue) = 140+114+135=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7287 is #738D78. Grayscale: #7C7C7C. Windows color (decimal): -7572857 or 8876684. OLE color: 8876684.

HSL color Cylindrical-coordinate representation of color #8C7287: hue angle of 311.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7287 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140114135-
CMYK00.190.040.45
HSL311.54º10.24%49.8%-
HSV(B)311.54º18.57%54.9%-
XYZ21.2119.3625.54-
YUV124.17134.11139.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=35.99%
G=29.31%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011413500.190.040.45311.5410.2449.8
Hex8C728701342D138a32
Octal2141622070234554701262
Binary100011001110010100001110100111001011011001110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,135); }

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

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

 a { background-color: rgb(140,114,135); }

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

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

 span { border-color: rgb(140,114,135); }

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