#87737E

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

Shades of Strikemaster #87737E

Tints of Strikemaster #87737E

Color information

#87737E (or 0x87737E) is unknown color: approx Strikemaster. HEX triplet: 87, 73 and 7E. RGB value is (135,115,126). Sum of RGB (Red+Green+Blue) = 135+115+126=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87737E is #788C81. Grayscale: #7A7A7A. Windows color (decimal): -7900290 or 8287111. OLE color: 8287111.

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

Color convert

RGB135115126-
CMYK00.150.070.47
HSL327º8%49.02%-
HSV(B)327º14.81%52.94%-
XYZ19.8918.9222.34-
YUV122.23130.13137.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=35.90%
G=30.59%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511512600.150.070.47327849.02
Hex87737E0F72F147831
Octal2071631760177575071061
Binary1000011111100111111110011111111011111010001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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