#895779

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

Shades of Strikemaster #895779

Tints of Strikemaster #895779

Color information

#895779 (or 0x895779) is unknown color: approx Strikemaster. HEX triplet: 89, 57 and 79. RGB value is (137,87,121). Sum of RGB (Red+Green+Blue) = 137+87+121=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895779 is #76A886. Grayscale: #696969. Windows color (decimal): -7776391 or 7952265. OLE color: 7952265.

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

Color convert

RGB13787121-
CMYK00.360.120.46
HSL319.2º22.32%43.92%-
HSV(B)319.2º36.5%53.73%-
XYZ17.1813.5219.79-
YUV105.83136.56150.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=39.71%
G=25.22%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378712100.360.120.46319.222.3243.92
Hex895779024C2E13f162c
Octal21112717104414564772654
Binary10001001101011111110010100100110010111010011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895779; }

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

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

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

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

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

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

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

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