#896C7F

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

Shades of Strikemaster #896C7F

Tints of Strikemaster #896C7F

Color information

#896C7F (or 0x896C7F) is unknown color: approx Strikemaster. HEX triplet: 89, 6C and 7F. RGB value is (137,108,127). Sum of RGB (Red+Green+Blue) = 137+108+127=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C7F is #769380. Grayscale: #767676. Windows color (decimal): -7771009 or 8350857. OLE color: 8350857.

HSL color Cylindrical-coordinate representation of color #896C7F: hue angle of 320.69º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C7F is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137108127-
CMYK00.210.070.46
HSL320.69º11.84%48.04%-
HSV(B)320.69º21.17%53.73%-
XYZ19.5117.5822.44-
YUV118.84132.61140.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 127 (50% from 255) = 34.14%
R=36.83%
G=29.03%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710812700.210.070.46320.6911.8448.04
Hex896C7F01572E141c30
Octal2111541770257565011460
Binary10001001110110011111110101011111011101010000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896C7F; }

 p { color: rgb(137,108,127); }

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

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

 a { background-color: rgb(137,108,127); }

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

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

 span { border-color: rgb(137,108,127); }

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