#896277

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

Shades of Strikemaster #896277

Tints of Strikemaster #896277

Color information

#896277 (or 0x896277) is unknown color: approx Strikemaster. HEX triplet: 89, 62 and 77. RGB value is (137,98,119). Sum of RGB (Red+Green+Blue) = 137+98+119=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896277 is #769D88. Grayscale: #707070. Windows color (decimal): -7773577 or 7824009. OLE color: 7824009.

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

Color convert

RGB13798119-
CMYK00.280.130.46
HSL327.69º16.6%46.08%-
HSV(B)327.69º28.47%53.73%-
XYZ18.0115.3919.47-
YUV112.06131.92145.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=38.70%
G=27.68%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379811900.280.130.46327.6916.646.08
Hex89627701CD2E148112e
Octal21114216703415565102156
Binary1000100111000101110111011100110110111010100100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896277; }

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

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

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

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

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

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

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

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