#8C657C

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

Shades of Strikemaster #8C657C

Tints of Strikemaster #8C657C

Color information

#8C657C (or 0x8C657C) is unknown color: approx Strikemaster. HEX triplet: 8C, 65 and 7C. RGB value is (140,101,124). Sum of RGB (Red+Green+Blue) = 140+101+124=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C657C is #739A83. Grayscale: #737373. Windows color (decimal): -7576196 or 8152460. OLE color: 8152460.

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

Color convert

RGB140101124-
CMYK00.280.110.45
HSL324.62º16.18%47.25%-
HSV(B)324.62º27.86%54.9%-
XYZ19.1116.3421.22-
YUV115.28132.92145.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=38.36%
G=27.67%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010112400.280.110.45324.6216.1847.25
Hex8C657C01CB2D145102f
Octal21414517403413555052057
Binary1000110011001011111100011100101110110110100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,124); }

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

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

 a { background-color: rgb(140,101,124); }

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

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

 span { border-color: rgb(140,101,124); }

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