#865777

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

Shades of Strikemaster #865777

Tints of Strikemaster #865777

Color information

#865777 (or 0x865777) is unknown color: approx Strikemaster. HEX triplet: 86, 57 and 77. RGB value is (134,87,119). Sum of RGB (Red+Green+Blue) = 134+87+119=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865777 is #79A888. Grayscale: #686868. Windows color (decimal): -7973001 or 7821190. OLE color: 7821190.

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

Color convert

RGB13487119-
CMYK00.350.110.47
HSL319.15º21.27%43.33%-
HSV(B)319.15º35.07%52.55%-
XYZ16.5713.2219.13-
YUV104.7136.07148.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 119 (46.88% from 255) = 35%
R=39.41%
G=25.59%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348711900.350.110.47319.1521.2743.33
Hex865777023B2F13f152b
Octal20612716704313574772553
Binary10000110101011111101110100011101110111110011111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865777; }

 p { color: rgb(134,87,119); }

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

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

 a { background-color: rgb(134,87,119); }

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

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

 span { border-color: rgb(134,87,119); }

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