#89677B

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

Shades of Strikemaster #89677B

Tints of Strikemaster #89677B

Color information

#89677B (or 0x89677B) is unknown color: approx Strikemaster. HEX triplet: 89, 67 and 7B. RGB value is (137,103,123). Sum of RGB (Red+Green+Blue) = 137+103+123=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677B is #769884. Grayscale: #737373. Windows color (decimal): -7772293 or 8087433. OLE color: 8087433.

HSL color Cylindrical-coordinate representation of color #89677B: hue angle of 324.71º 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 #89677B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB137103123-
CMYK00.250.100.46
HSL324.71º14.17%47.06%-
HSV(B)324.71º24.82%53.73%-
XYZ18.7416.4520.93-
YUV115.45132.26143.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=37.74%
G=28.37%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710312300.250.100.46324.7114.1747.06
Hex89677B019A2E145e2f
Octal21114717303112565051657
Binary100010011100111111101101100110101011101010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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