#8E687C

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

Shades of Strikemaster #8E687C

Tints of Strikemaster #8E687C

Color information

#8E687C (or 0x8E687C) is unknown color: approx Strikemaster. HEX triplet: 8E, 68 and 7C. RGB value is (142,104,124). Sum of RGB (Red+Green+Blue) = 142+104+124=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E687C is #719783. Grayscale: #757575. Windows color (decimal): -7444356 or 8153230. OLE color: 8153230.

HSL color Cylindrical-coordinate representation of color #8E687C: hue angle of 328.42º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E687C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142104124-
CMYK00.270.130.44
HSL328.42º15.45%48.24%-
HSV(B)328.42º26.76%55.69%-
XYZ19.7417.1121.33-
YUV117.64131.59145.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=38.38%
G=28.11%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210412400.270.130.44328.4215.4548.24
Hex8E687C01BD2C148f30
Octal21615017403315545101760
Binary100011101101000111110001101111011011001010010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,124); }

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

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

 a { background-color: rgb(142,104,124); }

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

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

 span { border-color: rgb(142,104,124); }

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