#8C7288

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

Shades of Taupe Grey #8C7288

Tints of Taupe Grey #8C7288

Color information

#8C7288 (or 0x8C7288) is unknown color: approx Taupe Grey. HEX triplet: 8C, 72 and 88. RGB value is (140,114,136). Sum of RGB (Red+Green+Blue) = 140+114+136=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7288 is #738D77. Grayscale: #7C7C7C. Windows color (decimal): -7572856 or 8942220. OLE color: 8942220.

HSL color Cylindrical-coordinate representation of color #8C7288: hue angle of 309.23º 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 #8C7288 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB140114136-
CMYK00.190.030.45
HSL309.23º10.24%49.8%-
HSV(B)309.23º18.57%54.9%-
XYZ21.2819.3925.91-
YUV124.28134.61139.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=35.90%
G=29.23%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011413600.190.030.45309.2310.2449.8
Hex8C728801332D135a32
Octal2141622100233554651262
Binary10001100111001010001000010011111011011001101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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