#87627A

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

Shades of Strikemaster #87627A

Tints of Strikemaster #87627A

Color information

#87627A (or 0x87627A) is unknown color: approx Strikemaster. HEX triplet: 87, 62 and 7A. RGB value is (135,98,122). Sum of RGB (Red+Green+Blue) = 135+98+122=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627A is #789D85. Grayscale: #6F6F6F. Windows color (decimal): -7904646 or 8020615. OLE color: 8020615.

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

Color convert

RGB13598122-
CMYK00.270.100.47
HSL321.08º15.88%45.69%-
HSV(B)321.08º27.41%52.94%-
XYZ17.8715.2920.42-
YUV111.8133.76144.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=38.03%
G=27.61%
B=34.37%

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
Decimal1359812200.270.100.47321.0815.8845.69
Hex87627A01BA2F141102e
Octal20714217203312575012056
Binary1000011111000101111010011011101010111110100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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