#87607B

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

Shades of Strikemaster #87607B

Tints of Strikemaster #87607B

Color information

#87607B (or 0x87607B) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 7B. RGB value is (135,96,123). Sum of RGB (Red+Green+Blue) = 135+96+123=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #87607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607B is #789F84. Grayscale: #6E6E6E. Windows color (decimal): -7905157 or 8085639. OLE color: 8085639.

HSL color Cylindrical-coordinate representation of color #87607B: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87607B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13596123-
CMYK00.290.090.47
HSL318.46º16.88%45.29%-
HSV(B)318.46º28.89%52.94%-
XYZ17.7514.9520.69-
YUV110.74134.92145.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=38.14%
G=27.12%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359612300.290.090.47318.4616.8845.29
Hex87607B01D92F13e112d
Octal20714017303511574762155
Binary1000011111000001111011011101100110111110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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