#896078

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

Shades of Strikemaster #896078

Tints of Strikemaster #896078

Color information

#896078 (or 0x896078) is unknown color: approx Strikemaster. HEX triplet: 89, 60 and 78. RGB value is (137,96,120). Sum of RGB (Red+Green+Blue) = 137+96+120=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896078 is #769F87. Grayscale: #6E6E6E. Windows color (decimal): -7774088 or 7889033. OLE color: 7889033.

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

Color convert

RGB13796120-
CMYK00.300.120.46
HSL324.88º17.6%45.69%-
HSV(B)324.88º29.93%53.73%-
XYZ17.8915.0419.73-
YUV111133.08146.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=38.81%
G=27.20%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379612000.300.120.46324.8817.645.69
Hex89607801EC2E145122e
Octal21114017003614565052256
Binary1000100111000001111000011110110010111010100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896078; }

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

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

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

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

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

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

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

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