#87637A

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

Shades of Strikemaster #87637A

Tints of Strikemaster #87637A

Color information

#87637A (or 0x87637A) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 7A. RGB value is (135,99,122). Sum of RGB (Red+Green+Blue) = 135+99+122=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87637A is #789C85. Grayscale: #707070. Windows color (decimal): -7904390 or 8020871. OLE color: 8020871.

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

Color convert

RGB13599122-
CMYK00.270.100.47
HSL321.67º15.38%45.88%-
HSV(B)321.67º26.67%52.94%-
XYZ17.9715.4820.45-
YUV112.39133.43144.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=37.92%
G=27.81%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359912200.270.100.47321.6715.3845.88
Hex87637A01BA2F142f2e
Octal20714317203312575021756
Binary100001111100011111101001101110101011111010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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