#87707D

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

Shades of Strikemaster #87707D

Tints of Strikemaster #87707D

Color information

#87707D (or 0x87707D) is unknown color: approx Strikemaster. HEX triplet: 87, 70 and 7D. RGB value is (135,112,125). Sum of RGB (Red+Green+Blue) = 135+112+125=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707D is #788F82. Grayscale: #787878. Windows color (decimal): -7901059 or 8220807. OLE color: 8220807.

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

Color convert

RGB135112125-
CMYK00.170.070.47
HSL326.09º9.31%48.43%-
HSV(B)326.09º17.04%52.94%-
XYZ19.4918.2221.89-
YUV120.36130.62138.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=36.29%
G=30.11%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511212500.170.070.47326.099.3148.43
Hex87707D01172F146930
Octal2071601750217575061160
Binary10000111111000011111010100011111011111010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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