#87637C

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

Shades of Strikemaster #87637C

Tints of Strikemaster #87637C

Color information

#87637C (or 0x87637C) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 7C. RGB value is (135,99,124). Sum of RGB (Red+Green+Blue) = 135+99+124=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87637C is #789C83. Grayscale: #707070. Windows color (decimal): -7904388 or 8151943. OLE color: 8151943.

HSL color Cylindrical-coordinate representation of color #87637C: hue angle of 318.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87637C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13599124-
CMYK00.270.080.47
HSL318.33º15.38%45.88%-
HSV(B)318.33º26.67%52.94%-
XYZ18.0915.5321.11-
YUV112.61134.43143.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=37.71%
G=27.65%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359912400.270.080.47318.3315.3845.88
Hex87637C01B82F13ef2e
Octal20714317403310574761756
Binary100001111100011111110001101110001011111001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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