#87737F

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

Shades of Strikemaster #87737F

Tints of Strikemaster #87737F

Color information

#87737F (or 0x87737F) is unknown color: approx Strikemaster. HEX triplet: 87, 73 and 7F. RGB value is (135,115,127). Sum of RGB (Red+Green+Blue) = 135+115+127=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87737F is #788C80. Grayscale: #7A7A7A. Windows color (decimal): -7900289 or 8352647. OLE color: 8352647.

HSL color Cylindrical-coordinate representation of color #87737F: hue angle of 324º 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 #87737F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135115127-
CMYK00.150.060.47
HSL324º8%49.02%-
HSV(B)324º14.81%52.94%-
XYZ19.9518.9422.68-
YUV122.35130.63137.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 127 (50% from 255) = 33.69%
R=35.81%
G=30.50%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511512700.150.060.47324849.02
Hex87737F0F62F144831
Octal2071631770176575041061
Binary1000011111100111111111011111101011111010001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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