#895F77

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

Shades of Strikemaster #895F77

Tints of Strikemaster #895F77

Color information

#895F77 (or 0x895F77) is unknown color: approx Strikemaster. HEX triplet: 89, 5F and 77. RGB value is (137,95,119). Sum of RGB (Red+Green+Blue) = 137+95+119=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F77 is #76A088. Grayscale: #6E6E6E. Windows color (decimal): -7774345 or 7823241. OLE color: 7823241.

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

Color convert

RGB13795119-
CMYK00.310.130.46
HSL325.71º18.1%45.49%-
HSV(B)325.71º30.66%53.73%-
XYZ17.7414.8319.38-
YUV110.29132.91147.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=39.03%
G=27.07%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379511900.310.130.46325.7118.145.49
Hex895F7701FD2E146122d
Octal21113716703715565062255
Binary1000100110111111110111011111110110111010100011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F77; }

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

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

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

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

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

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

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

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