#895775

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

Shades of Strikemaster #895775

Tints of Strikemaster #895775

Color information

#895775 (or 0x895775) is unknown color: approx Strikemaster. HEX triplet: 89, 57 and 75. RGB value is (137,87,117). Sum of RGB (Red+Green+Blue) = 137+87+117=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895775 is #76A88A. Grayscale: #696969. Windows color (decimal): -7776395 or 7690121. OLE color: 7690121.

HSL color Cylindrical-coordinate representation of color #895775: hue angle of 324º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895775 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13787117-
CMYK00.360.150.46
HSL324º22.32%43.92%-
HSV(B)324º36.5%53.73%-
XYZ16.9413.4218.53-
YUV105.37134.56150.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=40.18%
G=25.51%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378711700.360.150.4632422.3243.92
Hex895775024F2E144162c
Octal21112716504417565042654
Binary10001001101011111101010100100111110111010100010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895775; }

 p { color: rgb(137,87,117); }

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

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

 a { background-color: rgb(137,87,117); }

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

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

 span { border-color: rgb(137,87,117); }

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