#8C5576

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

Shades of Strikemaster #8C5576

Tints of Strikemaster #8C5576

Color information

#8C5576 (or 0x8C5576) is unknown color: approx Strikemaster. HEX triplet: 8C, 55 and 76. RGB value is (140,85,118). Sum of RGB (Red+Green+Blue) = 140+85+118=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5576 is #73AA89. Grayscale: #696969. Windows color (decimal): -7580298 or 7755148. OLE color: 7755148.

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

Color convert

RGB14085118-
CMYK00.390.160.45
HSL324º24.44%44.12%-
HSV(B)324º39.29%54.9%-
XYZ17.3313.3818.81-
YUV105.21135.22152.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=40.82%
G=24.78%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408511800.390.160.4532424.4444.12
Hex8C5576027102D144182c
Octal21412516604720555043054
Binary100011001010101111011001001111000010110110100010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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