#895D7D

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

Shades of Strikemaster #895D7D

Tints of Strikemaster #895D7D

Color information

#895D7D (or 0x895D7D) is unknown color: approx Strikemaster. HEX triplet: 89, 5D and 7D. RGB value is (137,93,125). Sum of RGB (Red+Green+Blue) = 137+93+125=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D7D is #76A282. Grayscale: #6D6D6D. Windows color (decimal): -7774851 or 8215945. OLE color: 8215945.

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

Color convert

RGB13793125-
CMYK00.320.090.46
HSL316.36º19.13%45.1%-
HSV(B)316.36º32.12%53.73%-
XYZ17.9314.6321.28-
YUV109.8136.58147.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=38.59%
G=26.20%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379312500.320.090.46316.3619.1345.1
Hex895D7D02092E13c132d
Octal21113517504011564742355
Binary10001001101110111111010100000100110111010011110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,93,125); }

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

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

 a { background-color: rgb(137,93,125); }

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

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

 span { border-color: rgb(137,93,125); }

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