#865977

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

Shades of Strikemaster #865977

Tints of Strikemaster #865977

Color information

#865977 (or 0x865977) is unknown color: approx Strikemaster. HEX triplet: 86, 59 and 77. RGB value is (134,89,119). Sum of RGB (Red+Green+Blue) = 134+89+119=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865977 is #79A688. Grayscale: #696969. Windows color (decimal): -7972489 or 7821702. OLE color: 7821702.

HSL color Cylindrical-coordinate representation of color #865977: hue angle of 320º degrees, saturation: 0.2, 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 #865977 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13489119-
CMYK00.340.110.47
HSL320º20.18%43.73%-
HSV(B)320º33.58%52.55%-
XYZ16.7313.5519.19-
YUV105.88135.41148.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=39.18%
G=26.02%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348911900.340.110.4732020.1843.73
Hex865977022B2F140142c
Octal20613116704213575002454
Binary10000110101100111101110100010101110111110100000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865977; }

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

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

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

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

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

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

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

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