#896578

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

Shades of Strikemaster #896578

Tints of Strikemaster #896578

Color information

#896578 (or 0x896578) is unknown color: approx Strikemaster. HEX triplet: 89, 65 and 78. RGB value is (137,101,120). Sum of RGB (Red+Green+Blue) = 137+101+120=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896578 is #769A87. Grayscale: #717171. Windows color (decimal): -7772808 or 7890313. OLE color: 7890313.

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

Color convert

RGB137101120-
CMYK00.260.120.46
HSL328.33º15.13%46.67%-
HSV(B)328.33º26.28%53.73%-
XYZ18.3615.9819.89-
YUV113.93131.43144.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=38.27%
G=28.21%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710112000.260.120.46328.3315.1346.67
Hex89657801AC2E148f2f
Octal21114517003214565101757
Binary100010011100101111100001101011001011101010010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896578; }

 p { color: rgb(137,101,120); }

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

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

 a { background-color: rgb(137,101,120); }

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

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

 span { border-color: rgb(137,101,120); }

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