#865E74

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

Shades of Strikemaster #865E74

Tints of Strikemaster #865E74

Color information

#865E74 (or 0x865E74) is unknown color: approx Strikemaster. HEX triplet: 86, 5E and 74. RGB value is (134,94,116). Sum of RGB (Red+Green+Blue) = 134+94+116=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #865E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E74 is #79A18B. Grayscale: #6C6C6C. Windows color (decimal): -7971212 or 7626374. OLE color: 7626374.

HSL color Cylindrical-coordinate representation of color #865E74: hue angle of 327º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E74 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13494116-
CMYK00.300.130.47
HSL327º17.54%44.71%-
HSV(B)327º29.85%52.55%-
XYZ16.9914.3318.39-
YUV108.47132.25146.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=38.95%
G=27.33%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349411600.300.130.4732717.5444.71
Hex865E7401ED2F147122d
Octal20613616403615575072255
Binary1000011010111101110100011110110110111110100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865E74; }

 p { color: rgb(134,94,116); }

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

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

 a { background-color: rgb(134,94,116); }

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

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

 span { border-color: rgb(134,94,116); }

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