#896F7E

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

Shades of Strikemaster #896F7E

Tints of Strikemaster #896F7E

Color information

#896F7E (or 0x896F7E) is unknown color: approx Strikemaster. HEX triplet: 89, 6F and 7E. RGB value is (137,111,126). Sum of RGB (Red+Green+Blue) = 137+111+126=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7E is #769081. Grayscale: #787878. Windows color (decimal): -7770242 or 8286089. OLE color: 8286089.

HSL color Cylindrical-coordinate representation of color #896F7E: hue angle of 325.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F7E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137111126-
CMYK00.190.080.46
HSL325.38º10.48%48.63%-
HSV(B)325.38º18.98%53.73%-
XYZ19.7718.1922.21-
YUV120.48131.11139.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=36.63%
G=29.68%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711112600.190.080.46325.3810.4848.63
Hex896F7E01382E145a31
Octal21115717602310565051261
Binary100010011101111111111001001110001011101010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,126); }

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

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

 a { background-color: rgb(137,111,126); }

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

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

 span { border-color: rgb(137,111,126); }

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