#895E7E

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

Shades of Strikemaster #895E7E

Tints of Strikemaster #895E7E

Color information

#895E7E (or 0x895E7E) is unknown color: approx Strikemaster. HEX triplet: 89, 5E and 7E. RGB value is (137,94,126). Sum of RGB (Red+Green+Blue) = 137+94+126=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7E is #76A181. Grayscale: #6E6E6E. Windows color (decimal): -7774594 or 8281737. OLE color: 8281737.

HSL color Cylindrical-coordinate representation of color #895E7E: hue angle of 315.35º degrees, saturation: 0.19, 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 #895E7E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13794126-
CMYK00.310.080.46
HSL315.35º18.61%45.29%-
HSV(B)315.35º31.39%53.73%-
XYZ18.0914.8321.65-
YUV110.5136.75146.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=38.38%
G=26.33%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379412600.310.080.46315.3518.6145.29
Hex895E7E01F82E13b132d
Octal21113617603710564732355
Binary1000100110111101111110011111100010111010011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,126); }

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

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

 a { background-color: rgb(137,94,126); }

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

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

 span { border-color: rgb(137,94,126); }

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