#87747E

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

Shades of Strikemaster #87747E

Tints of Strikemaster #87747E

Color information

#87747E (or 0x87747E) is unknown color: approx Strikemaster. HEX triplet: 87, 74 and 7E. RGB value is (135,116,126). Sum of RGB (Red+Green+Blue) = 135+116+126=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747E is #788B81. Grayscale: #7A7A7A. Windows color (decimal): -7900034 or 8287367. OLE color: 8287367.

HSL color Cylindrical-coordinate representation of color #87747E: hue angle of 328.42º 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 #87747E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135116126-
CMYK00.140.070.47
HSL328.42º7.57%49.22%-
HSV(B)328.42º14.07%52.94%-
XYZ2019.1522.38-
YUV122.82129.79136.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=35.81%
G=30.77%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612600.140.070.47328.427.5749.22
Hex87747E0E72F148831
Octal2071641760167575101061
Binary1000011111101001111110011101111011111010010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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