#896176

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

Shades of Strikemaster #896176

Tints of Strikemaster #896176

Color information

#896176 (or 0x896176) is unknown color: approx Strikemaster. HEX triplet: 89, 61 and 76. RGB value is (137,97,118). Sum of RGB (Red+Green+Blue) = 137+97+118=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896176 is #769E89. Grayscale: #6F6F6F. Windows color (decimal): -7773834 or 7758217. OLE color: 7758217.

HSL color Cylindrical-coordinate representation of color #896176: hue angle of 328.5º 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 #896176 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13797118-
CMYK00.290.140.46
HSL328.5º17.09%45.88%-
HSV(B)328.5º29.2%53.73%-
XYZ17.8615.1819.13-
YUV111.35131.75146.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=38.92%
G=27.56%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379711800.290.140.46328.517.0945.88
Hex89617601DE2E148112e
Octal21114116603516565102156
Binary1000100111000011110110011101111010111010100100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896176; }

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

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

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

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

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

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

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

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