#8C5B78

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

Shades of Strikemaster #8C5B78

Tints of Strikemaster #8C5B78

Color information

#8C5B78 (or 0x8C5B78) is unknown color: approx Strikemaster. HEX triplet: 8C, 5B and 78. RGB value is (140,91,120). Sum of RGB (Red+Green+Blue) = 140+91+120=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B78 is #73A487. Grayscale: #6C6C6C. Windows color (decimal): -7578760 or 7887756. OLE color: 7887756.

HSL color Cylindrical-coordinate representation of color #8C5B78: hue angle of 324.49º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B78 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14091120-
CMYK00.350.140.45
HSL324.49º21.21%45.29%-
HSV(B)324.49º35%54.9%-
XYZ17.9514.4119.61-
YUV108.96134.23150.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=39.89%
G=25.93%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409112000.350.140.45324.4921.2145.29
Hex8C5B78023E2D144152d
Octal21413317004316555042555
Binary10001100101101111110000100011111010110110100010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,120); }

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

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

 a { background-color: rgb(140,91,120); }

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

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

 span { border-color: rgb(140,91,120); }

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