#89677F

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

Shades of Strikemaster #89677F

Tints of Strikemaster #89677F

Color information

#89677F (or 0x89677F) is unknown color: approx Strikemaster. HEX triplet: 89, 67 and 7F. RGB value is (137,103,127). Sum of RGB (Red+Green+Blue) = 137+103+127=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #89677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677F is #769880. Grayscale: #737373. Windows color (decimal): -7772289 or 8349577. OLE color: 8349577.

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

Color convert

RGB137103127-
CMYK00.250.070.46
HSL317.65º14.17%47.06%-
HSV(B)317.65º24.82%53.73%-
XYZ1916.5522.27-
YUV115.9134.26143.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 127 (50% from 255) = 34.60%
R=37.33%
G=28.07%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710312700.250.070.46317.6514.1747.06
Hex89677F01972E13ee2f
Octal2111471770317564761657
Binary10001001110011111111110110011111011101001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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