#865C74

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

Shades of Strikemaster #865C74

Tints of Strikemaster #865C74

Color information

#865C74 (or 0x865C74) is unknown color: approx Strikemaster. HEX triplet: 86, 5C and 74. RGB value is (134,92,116). Sum of RGB (Red+Green+Blue) = 134+92+116=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C74 is #79A38B. Grayscale: #6B6B6B. Windows color (decimal): -7971724 or 7625862. OLE color: 7625862.

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

Color convert

RGB13492116-
CMYK00.310.130.47
HSL325.71º18.58%44.31%-
HSV(B)325.71º31.34%52.55%-
XYZ16.8113.9818.34-
YUV107.29132.91147.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=39.18%
G=26.90%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349211600.310.130.47325.7118.5844.31
Hex865C7401FD2F146132c
Octal20613416403715575062354
Binary1000011010111001110100011111110110111110100011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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