#87717C

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

Shades of Strikemaster #87717C

Tints of Strikemaster #87717C

Color information

#87717C (or 0x87717C) is unknown color: approx Strikemaster. HEX triplet: 87, 71 and 7C. RGB value is (135,113,124). Sum of RGB (Red+Green+Blue) = 135+113+124=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87717C is #788E83. Grayscale: #787878. Windows color (decimal): -7900804 or 8155527. OLE color: 8155527.

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

Color convert

RGB135113124-
CMYK00.160.080.47
HSL330º8.87%48.63%-
HSV(B)330º16.3%52.94%-
XYZ19.5318.4221.59-
YUV120.83129.79138.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=36.29%
G=30.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511312400.160.080.473308.8748.63
Hex87717C01082F14a931
Octal20716117402010575121161
Binary100001111110001111110001000010001011111010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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