#87687A

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

Shades of Strikemaster #87687A

Tints of Strikemaster #87687A

Color information

#87687A (or 0x87687A) is unknown color: approx Strikemaster. HEX triplet: 87, 68 and 7A. RGB value is (135,104,122). Sum of RGB (Red+Green+Blue) = 135+104+122=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87687A is #789785. Grayscale: #737373. Windows color (decimal): -7903110 or 8022151. OLE color: 8022151.

HSL color Cylindrical-coordinate representation of color #87687A: hue angle of 325.16º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87687A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135104122-
CMYK00.230.100.47
HSL325.16º12.97%46.86%-
HSV(B)325.16º22.96%52.94%-
XYZ18.4516.4620.62-
YUV115.32131.77142.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=37.40%
G=28.81%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510412200.230.100.47325.1612.9746.86
Hex87687A017A2F145d2f
Octal20715017202712575051557
Binary100001111101000111101001011110101011111010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87687A; }

 p { color: rgb(135,104,122); }

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

<style>
 a { background-color: #87687A; }

 a { background-color: rgb(135,104,122); }

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

<style>
 span { border-color: #87687A; }

 span { border-color: rgb(135,104,122); }

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