#89697C

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

Shades of Strikemaster #89697C

Tints of Strikemaster #89697C

Color information

#89697C (or 0x89697C) is unknown color: approx Strikemaster. HEX triplet: 89, 69 and 7C. RGB value is (137,105,124). Sum of RGB (Red+Green+Blue) = 137+105+124=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89697C is #769683. Grayscale: #747474. Windows color (decimal): -7771780 or 8153481. OLE color: 8153481.

HSL color Cylindrical-coordinate representation of color #89697C: hue angle of 324.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89697C is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137105124-
CMYK00.230.090.46
HSL324.38º13.22%47.45%-
HSV(B)324.38º23.36%53.73%-
XYZ19.0116.8821.32-
YUV116.73132.1142.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=37.43%
G=28.69%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710512400.230.090.46324.3813.2247.45
Hex89697C01792E144d2f
Octal21115117402711565041557
Binary100010011101001111110001011110011011101010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89697C; }

 p { color: rgb(137,105,124); }

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

<style>
 a { background-color: #89697C; }

 a { background-color: rgb(137,105,124); }

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

<style>
 span { border-color: #89697C; }

 span { border-color: rgb(137,105,124); }

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