#8A6376

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

Shades of Strikemaster #8A6376

Tints of Strikemaster #8A6376

Color information

#8A6376 (or 0x8A6376) is unknown color: approx Strikemaster. HEX triplet: 8A, 63 and 76. RGB value is (138,99,118). Sum of RGB (Red+Green+Blue) = 138+99+118=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6376 is #759C89. Grayscale: #707070. Windows color (decimal): -7707786 or 7758730. OLE color: 7758730.

HSL color Cylindrical-coordinate representation of color #8A6376: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6376 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13899118-
CMYK00.280.140.46
HSL330.77º16.46%46.47%-
HSV(B)330.77º28.26%54.12%-
XYZ18.2115.6319.2-
YUV112.83130.92145.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=38.87%
G=27.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389911800.280.140.46330.7716.4646.47
Hex8A637601CE2E14b102e
Octal21214316603416565132056
Binary1000101011000111110110011100111010111010100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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