#896177

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

Shades of Strikemaster #896177

Tints of Strikemaster #896177

Color information

#896177 (or 0x896177) is unknown color: approx Strikemaster. HEX triplet: 89, 61 and 77. RGB value is (137,97,119). Sum of RGB (Red+Green+Blue) = 137+97+119=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896177 is #769E88. Grayscale: #6F6F6F. Windows color (decimal): -7773833 or 7823753. OLE color: 7823753.

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

Color convert

RGB13797119-
CMYK00.290.130.46
HSL327º17.09%45.88%-
HSV(B)327º29.2%53.73%-
XYZ17.9215.219.44-
YUV111.47132.25146.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=38.81%
G=27.48%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379711900.290.130.4632717.0945.88
Hex89617701DD2E147112e
Octal21114116703515565072156
Binary1000100111000011110111011101110110111010100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896177; }

 p { color: rgb(137,97,119); }

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

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

 a { background-color: rgb(137,97,119); }

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

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

 span { border-color: rgb(137,97,119); }

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