#8E5E75

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

Shades of Strikemaster #8E5E75

Tints of Strikemaster #8E5E75

Color information

#8E5E75 (or 0x8E5E75) is unknown color: approx Strikemaster. HEX triplet: 8E, 5E and 75. RGB value is (142,94,117). Sum of RGB (Red+Green+Blue) = 142+94+117=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E75 is #71A18A. Grayscale: #6E6E6E. Windows color (decimal): -7446923 or 7691918. OLE color: 7691918.

HSL color Cylindrical-coordinate representation of color #8E5E75: hue angle of 331.25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E5E75 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14294117-
CMYK00.340.180.44
HSL331.25º20.34%46.27%-
HSV(B)331.25º33.8%55.69%-
XYZ18.3715.0418.76-
YUV110.97131.4150.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=40.23%
G=26.63%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429411700.340.180.44331.2520.3446.27
Hex8E5E75022122C14b142e
Octal21613616504222545132456
Binary100011101011110111010101000101001010110010100101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,117); }

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

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

 a { background-color: rgb(142,94,117); }

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

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

 span { border-color: rgb(142,94,117); }

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