#865876

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

Shades of Strikemaster #865876

Tints of Strikemaster #865876

Color information

#865876 (or 0x865876) is unknown color: approx Strikemaster. HEX triplet: 86, 58 and 76. RGB value is (134,88,118). Sum of RGB (Red+Green+Blue) = 134+88+118=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865876 is #79A789. Grayscale: #696969. Windows color (decimal): -7972746 or 7755910. OLE color: 7755910.

HSL color Cylindrical-coordinate representation of color #865876: hue angle of 320.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865876 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13488118-
CMYK00.340.120.47
HSL320.87º20.72%43.53%-
HSV(B)320.87º34.33%52.55%-
XYZ16.5913.3618.84-
YUV105.17135.24148.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=39.41%
G=25.88%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348811800.340.120.47320.8720.7243.53
Hex865876022C2F141152c
Octal20613016604214575012554
Binary10000110101100011101100100010110010111110100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865876; }

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

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

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

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

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

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

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

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