#89737F

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

Shades of Strikemaster #89737F

Tints of Strikemaster #89737F

Color information

#89737F (or 0x89737F) is unknown color: approx Strikemaster. HEX triplet: 89, 73 and 7F. RGB value is (137,115,127). Sum of RGB (Red+Green+Blue) = 137+115+127=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89737F is #768C80. Grayscale: #7A7A7A. Windows color (decimal): -7769217 or 8352649. OLE color: 8352649.

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

Color convert

RGB137115127-
CMYK00.160.070.46
HSL327.27º8.73%49.41%-
HSV(B)327.27º16.06%53.73%-
XYZ20.2819.1122.7-
YUV122.95130.29138.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 127 (50% from 255) = 33.51%
R=36.15%
G=30.34%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711512700.160.070.46327.278.7349.41
Hex89737F01072E147931
Octal2111631770207565071161
Binary10001001111001111111110100001111011101010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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