#8C5976

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

Shades of Strikemaster #8C5976

Tints of Strikemaster #8C5976

Color information

#8C5976 (or 0x8C5976) is unknown color: approx Strikemaster. HEX triplet: 8C, 59 and 76. RGB value is (140,89,118). Sum of RGB (Red+Green+Blue) = 140+89+118=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5976 is #73A689. Grayscale: #6B6B6B. Windows color (decimal): -7579274 or 7756172. OLE color: 7756172.

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

Color convert

RGB14089118-
CMYK00.360.160.45
HSL325.88º22.27%44.9%-
HSV(B)325.88º36.43%54.9%-
XYZ17.6614.0318.92-
YUV107.56133.9151.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=40.35%
G=25.65%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408911800.360.160.45325.8822.2744.9
Hex8C5976024102D146162d
Octal21413116604420555062655
Binary100011001011001111011001001001000010110110100011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,118); }

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

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

 a { background-color: rgb(140,89,118); }

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

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

 span { border-color: rgb(140,89,118); }

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