#8E7683

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

Shades of Strikemaster #8E7683

Tints of Strikemaster #8E7683

Color information

#8E7683 (or 0x8E7683) is unknown color: approx Strikemaster. HEX triplet: 8E, 76 and 83. RGB value is (142,118,131). Sum of RGB (Red+Green+Blue) = 142+118+131=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7683 is #71897C. Grayscale: #7E7E7E. Windows color (decimal): -7440765 or 8615566. OLE color: 8615566.

HSL color Cylindrical-coordinate representation of color #8E7683: hue angle of 327.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E7683 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB142118131-
CMYK00.170.080.44
HSL327.5º9.6%50.98%-
HSV(B)327.5º16.9%55.69%-
XYZ21.7320.3524.25-
YUV126.66130.45138.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=36.32%
G=30.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211813100.170.080.44327.59.650.98
Hex8E768301182C148a33
Octal21616620302110545101263
Binary1000111011101101000001101000110001011001010010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,118,131); }

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

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

 a { background-color: rgb(142,118,131); }

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

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

 span { border-color: rgb(142,118,131); }

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