#865E79

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

Shades of Strikemaster #865E79

Tints of Strikemaster #865E79

Color information

#865E79 (or 0x865E79) is unknown color: approx Strikemaster. HEX triplet: 86, 5E and 79. RGB value is (134,94,121). Sum of RGB (Red+Green+Blue) = 134+94+121=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E79 is #79A186. Grayscale: #6C6C6C. Windows color (decimal): -7971207 or 7954054. OLE color: 7954054.

HSL color Cylindrical-coordinate representation of color #865E79: hue angle of 319.5º 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 #865E79 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13494121-
CMYK00.300.100.47
HSL319.5º17.54%44.71%-
HSV(B)319.5º29.85%52.55%-
XYZ17.2914.4519.97-
YUV109.04134.75145.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=38.40%
G=26.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349412100.300.100.47319.517.5444.71
Hex865E7901EA2F140122d
Octal20613617103612575002255
Binary1000011010111101111001011110101010111110100000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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