#8E6376

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

Shades of Strikemaster #8E6376

Tints of Strikemaster #8E6376

Color information

#8E6376 (or 0x8E6376) is unknown color: approx Strikemaster. HEX triplet: 8E, 63 and 76. RGB value is (142,99,118). Sum of RGB (Red+Green+Blue) = 142+99+118=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6376 is #719C89. Grayscale: #717171. Windows color (decimal): -7445642 or 7758734. OLE color: 7758734.

HSL color Cylindrical-coordinate representation of color #8E6376: hue angle of 333.49º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6376 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14299118-
CMYK00.300.170.44
HSL333.49º17.84%47.25%-
HSV(B)333.49º30.28%55.69%-
XYZ18.8915.9819.23-
YUV114.02130.25147.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=39.55%
G=27.58%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429911800.300.170.44333.4917.8447.25
Hex8E637601E112C14d122f
Octal21614316603621545152257
Binary10001110110001111101100111101000110110010100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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