#87707F

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

Shades of Strikemaster #87707F

Tints of Strikemaster #87707F

Color information

#87707F (or 0x87707F) is unknown color: approx Strikemaster. HEX triplet: 87, 70 and 7F. RGB value is (135,112,127). Sum of RGB (Red+Green+Blue) = 135+112+127=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707F is #788F80. Grayscale: #787878. Windows color (decimal): -7901057 or 8351879. OLE color: 8351879.

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

Color convert

RGB135112127-
CMYK00.170.060.47
HSL320.87º9.31%48.43%-
HSV(B)320.87º17.04%52.94%-
XYZ19.6218.2722.57-
YUV120.59131.62138.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 127 (50% from 255) = 33.96%
R=36.10%
G=29.95%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511212700.170.060.47320.879.3148.43
Hex87707F01162F141930
Octal2071601770216575011160
Binary10000111111000011111110100011101011111010000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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