#895F79

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

Shades of Strikemaster #895F79

Tints of Strikemaster #895F79

Color information

#895F79 (or 0x895F79) is unknown color: approx Strikemaster. HEX triplet: 89, 5F and 79. RGB value is (137,95,121). Sum of RGB (Red+Green+Blue) = 137+95+121=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F79 is #76A086. Grayscale: #6E6E6E. Windows color (decimal): -7774343 or 7954313. OLE color: 7954313.

HSL color Cylindrical-coordinate representation of color #895F79: hue angle of 322.86º 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 #895F79 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13795121-
CMYK00.310.120.46
HSL322.86º18.1%45.49%-
HSV(B)322.86º30.66%53.73%-
XYZ17.8614.8820.02-
YUV110.52133.91146.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=38.81%
G=26.91%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379512100.310.120.46322.8618.145.49
Hex895F7901FC2E143122d
Octal21113717103714565032255
Binary1000100110111111111001011111110010111010100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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