#8C5778

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

Shades of Strikemaster #8C5778

Tints of Strikemaster #8C5778

Color information

#8C5778 (or 0x8C5778) is unknown color: approx Strikemaster. HEX triplet: 8C, 57 and 78. RGB value is (140,87,120). Sum of RGB (Red+Green+Blue) = 140+87+120=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5778 is #73A887. Grayscale: #6A6A6A. Windows color (decimal): -7579784 or 7886732. OLE color: 7886732.

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

Color convert

RGB14087120-
CMYK00.380.140.45
HSL322.64º23.35%44.51%-
HSV(B)322.64º37.86%54.9%-
XYZ17.6113.7519.49-
YUV106.61135.56151.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=40.35%
G=25.07%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408712000.380.140.45322.6423.3544.51
Hex8C5778026E2D143172d
Octal21412717004616555032755
Binary10001100101011111110000100110111010110110100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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