#87647E

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

Shades of Strikemaster #87647E

Tints of Strikemaster #87647E

Color information

#87647E (or 0x87647E) is unknown color: approx Strikemaster. HEX triplet: 87, 64 and 7E. RGB value is (135,100,126). Sum of RGB (Red+Green+Blue) = 135+100+126=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87647E is #789B81. Grayscale: #717171. Windows color (decimal): -7904130 or 8283271. OLE color: 8283271.

HSL color Cylindrical-coordinate representation of color #87647E: hue angle of 315.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87647E is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135100126-
CMYK00.260.070.47
HSL315.43º14.89%46.08%-
HSV(B)315.43º25.93%52.94%-
XYZ18.3115.7721.82-
YUV113.43135.1143.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=37.40%
G=27.70%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510012600.260.070.47315.4314.8946.08
Hex87647E01A72F13bf2e
Octal2071441760327574731756
Binary10000111110010011111100110101111011111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87647E; }

 p { color: rgb(135,100,126); }

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

<style>
 a { background-color: #87647E; }

 a { background-color: rgb(135,100,126); }

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

<style>
 span { border-color: #87647E; }

 span { border-color: rgb(135,100,126); }

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