#865E76

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

Shades of Strikemaster #865E76

Tints of Strikemaster #865E76

Color information

#865E76 (or 0x865E76) is unknown color: approx Strikemaster. HEX triplet: 86, 5E and 76. RGB value is (134,94,118). Sum of RGB (Red+Green+Blue) = 134+94+118=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #865E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E76 is #79A189. Grayscale: #6C6C6C. Windows color (decimal): -7971210 or 7757446. OLE color: 7757446.

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

Color convert

RGB13494118-
CMYK00.300.120.47
HSL324º17.54%44.71%-
HSV(B)324º29.85%52.55%-
XYZ17.114.3819.01-
YUV108.7133.25146.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=38.73%
G=27.17%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349411800.300.120.4732417.5444.71
Hex865E7601EC2F144122d
Octal20613616603614575042255
Binary1000011010111101110110011110110010111110100010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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