#8C6C7F

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

Shades of Strikemaster #8C6C7F

Tints of Strikemaster #8C6C7F

Color information

#8C6C7F (or 0x8C6C7F) is unknown color: approx Strikemaster. HEX triplet: 8C, 6C and 7F. RGB value is (140,108,127). Sum of RGB (Red+Green+Blue) = 140+108+127=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C7F is #739380. Grayscale: #777777. Windows color (decimal): -7574401 or 8350860. OLE color: 8350860.

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

Color convert

RGB140108127-
CMYK00.230.090.45
HSL324.38º12.9%48.63%-
HSV(B)324.38º22.86%54.9%-
XYZ20.0117.8322.47-
YUV119.73132.1142.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 127 (50% from 255) = 33.87%
R=37.33%
G=28.8%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010812700.230.090.45324.3812.948.63
Hex8C6C7F01792D144d31
Octal21415417702711555041561
Binary100011001101100111111101011110011011011010001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,127); }

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

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

 a { background-color: rgb(140,108,127); }

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

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

 span { border-color: rgb(140,108,127); }

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