#8C6D7F

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

Shades of Strikemaster #8C6D7F

Tints of Strikemaster #8C6D7F

Color information

#8C6D7F (or 0x8C6D7F) is unknown color: approx Strikemaster. HEX triplet: 8C, 6D and 7F. RGB value is (140,109,127). Sum of RGB (Red+Green+Blue) = 140+109+127=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D7F is #739280. Grayscale: #787878. Windows color (decimal): -7574145 or 8351116. OLE color: 8351116.

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

Color convert

RGB140109127-
CMYK00.220.090.45
HSL325.16º12.45%48.82%-
HSV(B)325.16º22.14%54.9%-
XYZ20.1118.0522.5-
YUV120.32131.77142.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 127 (50% from 255) = 33.78%
R=37.23%
G=28.99%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010912700.220.090.45325.1612.4548.82
Hex8C6D7F01692D145c31
Octal21415517702611555051461
Binary100011001101101111111101011010011011011010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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