#8C7488

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

Shades of Taupe Grey #8C7488

Tints of Taupe Grey #8C7488

Color information

#8C7488 (or 0x8C7488) is unknown color: approx Taupe Grey. HEX triplet: 8C, 74 and 88. RGB value is (140,116,136). Sum of RGB (Red+Green+Blue) = 140+116+136=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7488 is #738B77. Grayscale: #7D7D7D. Windows color (decimal): -7572344 or 8942732. OLE color: 8942732.

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

Color convert

RGB140116136-
CMYK00.170.030.45
HSL310º9.45%50.2%-
HSV(B)310º17.14%54.9%-
XYZ21.519.8425.99-
YUV125.46133.95138.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=35.71%
G=29.59%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011613600.170.030.453109.4550.2
Hex8C748801132D136932
Octal2141642100213554661162
Binary10001100111010010001000010001111011011001101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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