#895F76

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

Shades of Strikemaster #895F76

Tints of Strikemaster #895F76

Color information

#895F76 (or 0x895F76) is unknown color: approx Strikemaster. HEX triplet: 89, 5F and 76. RGB value is (137,95,118). Sum of RGB (Red+Green+Blue) = 137+95+118=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #895F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F76 is #76A089. Grayscale: #6E6E6E. Windows color (decimal): -7774346 or 7757705. OLE color: 7757705.

HSL color Cylindrical-coordinate representation of color #895F76: hue angle of 327.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F76 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13795118-
CMYK00.310.140.46
HSL327.14º18.1%45.49%-
HSV(B)327.14º30.66%53.73%-
XYZ17.6814.8119.07-
YUV110.18132.41147.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=39.14%
G=27.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379511800.310.140.46327.1418.145.49
Hex895F7601FE2E147122d
Octal21113716603716565072255
Binary1000100110111111110110011111111010111010100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F76; }

 p { color: rgb(137,95,118); }

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

<style>
 a { background-color: #895F76; }

 a { background-color: rgb(137,95,118); }

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

<style>
 span { border-color: #895F76; }

 span { border-color: rgb(137,95,118); }

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