#895E79

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

Shades of Strikemaster #895E79

Tints of Strikemaster #895E79

Color information

#895E79 (or 0x895E79) is unknown color: approx Strikemaster. HEX triplet: 89, 5E and 79. RGB value is (137,94,121). Sum of RGB (Red+Green+Blue) = 137+94+121=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #895E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E79 is #76A186. Grayscale: #6D6D6D. Windows color (decimal): -7774599 or 7954057. OLE color: 7954057.

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

Color convert

RGB13794121-
CMYK00.310.120.46
HSL322.33º18.61%45.29%-
HSV(B)322.33º31.39%53.73%-
XYZ17.7714.719.99-
YUV109.93134.25147.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=38.92%
G=26.70%
B=34.38%

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
Decimal1379412100.310.120.46322.3318.6145.29
Hex895E7901FC2E142132d
Octal21113617103714565022355
Binary1000100110111101111001011111110010111010100001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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