#865F77

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

Shades of Strikemaster #865F77

Tints of Strikemaster #865F77

Color information

#865F77 (or 0x865F77) is unknown color: approx Strikemaster. HEX triplet: 86, 5F and 77. RGB value is (134,95,119). Sum of RGB (Red+Green+Blue) = 134+95+119=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #865F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F77 is #79A088. Grayscale: #6D6D6D. Windows color (decimal): -7970953 or 7823238. OLE color: 7823238.

HSL color Cylindrical-coordinate representation of color #865F77: hue angle of 323.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F77 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13495119-
CMYK00.290.110.47
HSL323.08º17.03%44.9%-
HSV(B)323.08º29.1%52.55%-
XYZ17.2514.5819.36-
YUV109.4133.42145.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=38.51%
G=27.30%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349511900.290.110.47323.0817.0344.9
Hex865F7701DB2F143112d
Octal20613716703513575032155
Binary1000011010111111110111011101101110111110100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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