#87627D

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

Shades of Strikemaster #87627D

Tints of Strikemaster #87627D

Color information

#87627D (or 0x87627D) is unknown color: approx Strikemaster. HEX triplet: 87, 62 and 7D. RGB value is (135,98,125). Sum of RGB (Red+Green+Blue) = 135+98+125=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627D is #789D82. Grayscale: #707070. Windows color (decimal): -7904643 or 8217223. OLE color: 8217223.

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

Color convert

RGB13598125-
CMYK00.270.070.47
HSL316.22º15.88%45.69%-
HSV(B)316.22º27.41%52.94%-
XYZ18.0615.3721.42-
YUV112.14135.26144.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=37.71%
G=27.37%
B=34.92%

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
Decimal1359812500.270.070.47316.2215.8845.69
Hex87627D01B72F13c102e
Octal2071421750337574742056
Binary100001111100010111110101101111110111110011110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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