#865E7A

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

Shades of Strikemaster #865E7A

Tints of Strikemaster #865E7A

Color information

#865E7A (or 0x865E7A) is unknown color: approx Strikemaster. HEX triplet: 86, 5E and 7A. RGB value is (134,94,122). Sum of RGB (Red+Green+Blue) = 134+94+122=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E7A is #79A185. Grayscale: #6D6D6D. Windows color (decimal): -7971206 or 8019590. OLE color: 8019590.

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

Color convert

RGB13494122-
CMYK00.300.090.47
HSL318º17.54%44.71%-
HSV(B)318º29.85%52.55%-
XYZ17.3514.4820.29-
YUV109.15135.25145.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=38.29%
G=26.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349412200.300.090.4731817.5444.71
Hex865E7A01E92F13e122d
Octal20613617203611574762255
Binary1000011010111101111010011110100110111110011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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