#865F74

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

Shades of Strikemaster #865F74

Tints of Strikemaster #865F74

Color information

#865F74 (or 0x865F74) is unknown color: approx Strikemaster. HEX triplet: 86, 5F and 74. RGB value is (134,95,116). Sum of RGB (Red+Green+Blue) = 134+95+116=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F74 is #79A08B. Grayscale: #6D6D6D. Windows color (decimal): -7970956 or 7626630. OLE color: 7626630.

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

Color convert

RGB13495116-
CMYK00.290.130.47
HSL327.69º17.03%44.9%-
HSV(B)327.69º29.1%52.55%-
XYZ17.0814.5118.42-
YUV109.06131.92145.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=38.84%
G=27.54%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349511600.290.130.47327.6917.0344.9
Hex865F7401DD2F148112d
Octal20613716403515575102155
Binary1000011010111111110100011101110110111110100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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