#87607C

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

Shades of Strikemaster #87607C

Tints of Strikemaster #87607C

Color information

#87607C (or 0x87607C) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 7C. RGB value is (135,96,124). Sum of RGB (Red+Green+Blue) = 135+96+124=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607C is #789F83. Grayscale: #6E6E6E. Windows color (decimal): -7905156 or 8151175. OLE color: 8151175.

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

Color convert

RGB13596124-
CMYK00.290.080.47
HSL316.92º16.88%45.29%-
HSV(B)316.92º28.89%52.94%-
XYZ17.8114.9721.02-
YUV110.85135.42145.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=38.03%
G=27.04%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359612400.290.080.47316.9216.8845.29
Hex87607C01D82F13d112d
Octal20714017403510574752155
Binary1000011111000001111100011101100010111110011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87607C; }

 p { color: rgb(135,96,124); }

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

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

 a { background-color: rgb(135,96,124); }

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

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

 span { border-color: rgb(135,96,124); }

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