#896977

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

Shades of Strikemaster #896977

Tints of Strikemaster #896977

Color information

#896977 (or 0x896977) is unknown color: approx Strikemaster. HEX triplet: 89, 69 and 77. RGB value is (137,105,119). Sum of RGB (Red+Green+Blue) = 137+105+119=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #896977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896977 is #769688. Grayscale: #747474. Windows color (decimal): -7771785 or 7825801. OLE color: 7825801.

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

Color convert

RGB137105119-
CMYK00.230.130.46
HSL333.75º13.22%47.45%-
HSV(B)333.75º23.36%53.73%-
XYZ18.716.7519.7-
YUV116.16129.6142.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=37.95%
G=29.09%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710511900.230.130.46333.7513.2247.45
Hex896977017D2E14ed2f
Octal21115116702715565161557
Binary100010011101001111011101011111011011101010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896977; }

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

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

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

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

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

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

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

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