#87617B

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

Shades of Strikemaster #87617B

Tints of Strikemaster #87617B

Color information

#87617B (or 0x87617B) is unknown color: approx Strikemaster. HEX triplet: 87, 61 and 7B. RGB value is (135,97,123). Sum of RGB (Red+Green+Blue) = 135+97+123=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87617B is #789E84. Grayscale: #6F6F6F. Windows color (decimal): -7904901 or 8085895. OLE color: 8085895.

HSL color Cylindrical-coordinate representation of color #87617B: hue angle of 318.95º 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 #87617B is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13597123-
CMYK00.280.090.47
HSL318.95º16.38%45.49%-
HSV(B)318.95º28.15%52.94%-
XYZ17.8415.1320.72-
YUV111.33134.59144.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=38.03%
G=27.32%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359712300.280.090.47318.9516.3845.49
Hex87617B01C92F13f102d
Octal20714117303411574772055
Binary1000011111000011111011011100100110111110011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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