#8D6376

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

Shades of Strikemaster #8D6376

Tints of Strikemaster #8D6376

Color information

#8D6376 (or 0x8D6376) is unknown color: approx Strikemaster. HEX triplet: 8D, 63 and 76. RGB value is (141,99,118). Sum of RGB (Red+Green+Blue) = 141+99+118=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6376 is #729C89. Grayscale: #717171. Windows color (decimal): -7511178 or 7758733. OLE color: 7758733.

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

Color convert

RGB14199118-
CMYK00.300.160.45
HSL332.86º17.5%47.06%-
HSV(B)332.86º29.79%55.29%-
XYZ18.7215.8919.22-
YUV113.72130.41147.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=39.39%
G=27.65%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419911800.300.160.45332.8617.547.06
Hex8D637601E102D14d122f
Octal21514316603620555152257
Binary10001101110001111101100111101000010110110100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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