#87747F

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

Shades of Strikemaster #87747F

Tints of Strikemaster #87747F

Color information

#87747F (or 0x87747F) is unknown color: approx Strikemaster. HEX triplet: 87, 74 and 7F. RGB value is (135,116,127). Sum of RGB (Red+Green+Blue) = 135+116+127=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747F is #788B80. Grayscale: #7A7A7A. Windows color (decimal): -7900033 or 8352903. OLE color: 8352903.

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

Color convert

RGB135116127-
CMYK00.140.060.47
HSL325.26º7.57%49.22%-
HSV(B)325.26º14.07%52.94%-
XYZ20.0719.1722.72-
YUV122.93130.29136.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 127 (50% from 255) = 33.60%
R=35.71%
G=30.69%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612700.140.060.47325.267.5749.22
Hex87747F0E62F145831
Octal2071641770166575051061
Binary1000011111101001111111011101101011111010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87747F; }

 p { color: rgb(135,116,127); }

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

<style>
 a { background-color: #87747F; }

 a { background-color: rgb(135,116,127); }

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

<style>
 span { border-color: #87747F; }

 span { border-color: rgb(135,116,127); }

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