#865A76

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

Shades of Strikemaster #865A76

Tints of Strikemaster #865A76

Color information

#865A76 (or 0x865A76) is unknown color: approx Strikemaster. HEX triplet: 86, 5A and 76. RGB value is (134,90,118). Sum of RGB (Red+Green+Blue) = 134+90+118=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A76 is #79A589. Grayscale: #6A6A6A. Windows color (decimal): -7972234 or 7756422. OLE color: 7756422.

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

Color convert

RGB13490118-
CMYK00.330.120.47
HSL321.82º19.64%43.92%-
HSV(B)321.82º32.84%52.55%-
XYZ16.7613.6918.9-
YUV106.35134.58147.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=39.18%
G=26.32%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349011800.330.120.47321.8219.6443.92
Hex865A76021C2F142142c
Octal20613216604114575022454
Binary10000110101101011101100100001110010111110100001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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