#8E677C

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

Shades of Strikemaster #8E677C

Tints of Strikemaster #8E677C

Color information

#8E677C (or 0x8E677C) is unknown color: approx Strikemaster. HEX triplet: 8E, 67 and 7C. RGB value is (142,103,124). Sum of RGB (Red+Green+Blue) = 142+103+124=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E677C is #719883. Grayscale: #757575. Windows color (decimal): -7444612 or 8152974. OLE color: 8152974.

HSL color Cylindrical-coordinate representation of color #8E677C: hue angle of 327.69º degrees, saturation: 0.16, 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 #8E677C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142103124-
CMYK00.270.130.44
HSL327.69º15.92%48.04%-
HSV(B)327.69º27.46%55.69%-
XYZ19.6416.9121.3-
YUV117.06131.92145.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=38.48%
G=27.91%
B=33.60%

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
Decimal14210312400.270.130.44327.6915.9248.04
Hex8E677C01BD2C1481030
Octal21614717403315545102060
Binary1000111011001111111100011011110110110010100100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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