#87707B

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

Shades of Strikemaster #87707B

Tints of Strikemaster #87707B

Color information

#87707B (or 0x87707B) is unknown color: approx Strikemaster. HEX triplet: 87, 70 and 7B. RGB value is (135,112,123). Sum of RGB (Red+Green+Blue) = 135+112+123=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #87707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707B is #788F84. Grayscale: #787878. Windows color (decimal): -7901061 or 8089735. OLE color: 8089735.

HSL color Cylindrical-coordinate representation of color #87707B: hue angle of 331.3º 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 #87707B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135112123-
CMYK00.170.090.47
HSL331.3º9.31%48.43%-
HSV(B)331.3º17.04%52.94%-
XYZ19.3618.1721.23-
YUV120.13129.62138.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=36.49%
G=30.27%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511212300.170.090.47331.39.3148.43
Hex87707B01192F14b930
Octal20716017302111575131160
Binary100001111110000111101101000110011011111010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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