#896F7F

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

Shades of Strikemaster #896F7F

Tints of Strikemaster #896F7F

Color information

#896F7F (or 0x896F7F) is unknown color: approx Strikemaster. HEX triplet: 89, 6F and 7F. RGB value is (137,111,127). Sum of RGB (Red+Green+Blue) = 137+111+127=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7F is #769080. Grayscale: #787878. Windows color (decimal): -7770241 or 8351625. OLE color: 8351625.

HSL color Cylindrical-coordinate representation of color #896F7F: hue angle of 323.08º 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 #896F7F is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137111127-
CMYK00.190.070.46
HSL323.08º10.48%48.63%-
HSV(B)323.08º18.98%53.73%-
XYZ19.8318.2222.55-
YUV120.6131.61139.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 127 (50% from 255) = 33.87%
R=36.53%
G=29.6%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711112700.190.070.46323.0810.4848.63
Hex896F7F01372E143a31
Octal2111571770237565031261
Binary10001001110111111111110100111111011101010000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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