#896776

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

Shades of Strikemaster #896776

Tints of Strikemaster #896776

Color information

#896776 (or 0x896776) is unknown color: approx Strikemaster. HEX triplet: 89, 67 and 76. RGB value is (137,103,118). Sum of RGB (Red+Green+Blue) = 137+103+118=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896776 is #769889. Grayscale: #727272. Windows color (decimal): -7772298 or 7759753. OLE color: 7759753.

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

Color convert

RGB137103118-
CMYK00.250.140.46
HSL333.53º14.17%47.06%-
HSV(B)333.53º24.82%53.73%-
XYZ18.4416.3319.32-
YUV114.88129.76143.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=38.27%
G=28.77%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311800.250.140.46333.5314.1747.06
Hex896776019E2E14ee2f
Octal21114716603116565161657
Binary100010011100111111011001100111101011101010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896776; }

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

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

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

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

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

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

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

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