#865C79

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

Shades of Strikemaster #865C79

Tints of Strikemaster #865C79

Color information

#865C79 (or 0x865C79) is unknown color: approx Strikemaster. HEX triplet: 86, 5C and 79. RGB value is (134,92,121). Sum of RGB (Red+Green+Blue) = 134+92+121=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #865C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C79 is #79A386. Grayscale: #6B6B6B. Windows color (decimal): -7971719 or 7953542. OLE color: 7953542.

HSL color Cylindrical-coordinate representation of color #865C79: hue angle of 318.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C79 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13492121-
CMYK00.310.100.47
HSL318.57º18.58%44.31%-
HSV(B)318.57º31.34%52.55%-
XYZ17.1114.119.91-
YUV107.86135.41146.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=38.62%
G=26.51%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349212100.310.100.47318.5718.5844.31
Hex865C7901FA2F13f132c
Octal20613417103712574772354
Binary1000011010111001111001011111101010111110011111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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