#87637D

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

Shades of Strikemaster #87637D

Tints of Strikemaster #87637D

Color information

#87637D (or 0x87637D) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 7D. RGB value is (135,99,125). Sum of RGB (Red+Green+Blue) = 135+99+125=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87637D is #789C82. Grayscale: #707070. Windows color (decimal): -7904387 or 8217479. OLE color: 8217479.

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

Color convert

RGB13599125-
CMYK00.270.070.47
HSL316.67º15.38%45.88%-
HSV(B)316.67º26.67%52.94%-
XYZ18.1615.5621.45-
YUV112.73134.93143.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=37.60%
G=27.58%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359912500.270.070.47316.6715.3845.88
Hex87637D01B72F13df2e
Octal2071431750337574751756
Binary10000111110001111111010110111111011111001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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