#865978

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

Shades of Strikemaster #865978

Tints of Strikemaster #865978

Color information

#865978 (or 0x865978) is unknown color: approx Strikemaster. HEX triplet: 86, 59 and 78. RGB value is (134,89,120). Sum of RGB (Red+Green+Blue) = 134+89+120=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #865978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865978 is #79A687. Grayscale: #696969. Windows color (decimal): -7972488 or 7887238. OLE color: 7887238.

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

Color convert

RGB13489120-
CMYK00.340.100.47
HSL318.67º20.18%43.73%-
HSV(B)318.67º33.58%52.55%-
XYZ16.7913.5719.5-
YUV105.99135.91147.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=39.07%
G=25.95%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348912000.340.100.47318.6720.1843.73
Hex865978022A2F13f142c
Octal20613117004212574772454
Binary10000110101100111110000100010101010111110011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865978; }

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

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

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

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

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

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

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

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