#87607A

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

Shades of Strikemaster #87607A

Tints of Strikemaster #87607A

Color information

#87607A (or 0x87607A) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 7A. RGB value is (135,96,122). Sum of RGB (Red+Green+Blue) = 135+96+122=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #87607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607A is #789F85. Grayscale: #6E6E6E. Windows color (decimal): -7905158 or 8020103. OLE color: 8020103.

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

Color convert

RGB13596122-
CMYK00.290.100.47
HSL320º16.88%45.29%-
HSV(B)320º28.89%52.94%-
XYZ17.6914.9220.36-
YUV110.62134.42145.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=38.24%
G=27.20%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359612200.290.100.4732016.8845.29
Hex87607A01DA2F140112d
Octal20714017203512575002155
Binary1000011111000001111010011101101010111110100000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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