#89717F

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

Shades of Strikemaster #89717F

Tints of Strikemaster #89717F

Color information

#89717F (or 0x89717F) is unknown color: approx Strikemaster. HEX triplet: 89, 71 and 7F. RGB value is (137,113,127). Sum of RGB (Red+Green+Blue) = 137+113+127=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89717F is #768E80. Grayscale: #797979. Windows color (decimal): -7769729 or 8352137. OLE color: 8352137.

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

Color convert

RGB137113127-
CMYK00.180.070.46
HSL325º9.6%49.02%-
HSV(B)325º17.52%53.73%-
XYZ20.0518.6622.62-
YUV121.77130.95138.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 127 (50% from 255) = 33.69%
R=36.34%
G=29.97%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711312700.180.070.463259.649.02
Hex89717F01272E145a31
Octal2111611770227565051261
Binary10001001111000111111110100101111011101010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89717F; }

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

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

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

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

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

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

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

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