#87617A

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

Shades of Strikemaster #87617A

Tints of Strikemaster #87617A

Color information

#87617A (or 0x87617A) is unknown color: approx Strikemaster. HEX triplet: 87, 61 and 7A. RGB value is (135,97,122). Sum of RGB (Red+Green+Blue) = 135+97+122=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #87617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87617A is #789E85. Grayscale: #6F6F6F. Windows color (decimal): -7904902 or 8020359. OLE color: 8020359.

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

Color convert

RGB13597122-
CMYK00.280.100.47
HSL320.53º16.38%45.49%-
HSV(B)320.53º28.15%52.94%-
XYZ17.7815.1120.39-
YUV111.21134.09144.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=38.14%
G=27.40%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359712200.280.100.47320.5316.3845.49
Hex87617A01CA2F141102d
Octal20714117203412575012055
Binary1000011111000011111010011100101010111110100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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