#876374

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

Shades of Strikemaster #876374

Tints of Strikemaster #876374

Color information

#876374 (or 0x876374) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 74. RGB value is (135,99,116). Sum of RGB (Red+Green+Blue) = 135+99+116=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876374 is #789C8B. Grayscale: #6F6F6F. Windows color (decimal): -7904396 or 7627655. OLE color: 7627655.

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

Color convert

RGB13599116-
CMYK00.270.140.47
HSL331.67º15.38%45.88%-
HSV(B)331.67º26.67%52.94%-
XYZ17.6115.3418.56-
YUV111.7130.43144.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=38.57%
G=28.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359911600.270.140.47331.6715.3845.88
Hex87637401BE2F14cf2e
Octal20714316403316575141756
Binary100001111100011111010001101111101011111010011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876374; }

 p { color: rgb(135,99,116); }

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

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

 a { background-color: rgb(135,99,116); }

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

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

 span { border-color: rgb(135,99,116); }

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