#865F78

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

Shades of Strikemaster #865F78

Tints of Strikemaster #865F78

Color information

#865F78 (or 0x865F78) is unknown color: approx Strikemaster. HEX triplet: 86, 5F and 78. RGB value is (134,95,120). Sum of RGB (Red+Green+Blue) = 134+95+120=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F78 is #79A087. Grayscale: #6D6D6D. Windows color (decimal): -7970952 or 7888774. OLE color: 7888774.

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

Color convert

RGB13495120-
CMYK00.290.100.47
HSL321.54º17.03%44.9%-
HSV(B)321.54º29.1%52.55%-
XYZ17.3114.6119.68-
YUV109.51133.92145.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=38.40%
G=27.22%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349512000.290.100.47321.5417.0344.9
Hex865F7801DA2F142112d
Octal20613717003512575022155
Binary1000011010111111111000011101101010111110100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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