#876375

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

Shades of Strikemaster #876375

Tints of Strikemaster #876375

Color information

#876375 (or 0x876375) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 75. RGB value is (135,99,117). Sum of RGB (Red+Green+Blue) = 135+99+117=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876375 is #789C8A. Grayscale: #6F6F6F. Windows color (decimal): -7904395 or 7693191. OLE color: 7693191.

HSL color Cylindrical-coordinate representation of color #876375: hue angle of 330º 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 #876375 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13599117-
CMYK00.270.130.47
HSL330º15.38%45.88%-
HSV(B)330º26.67%52.94%-
XYZ17.6615.3618.86-
YUV111.82130.93144.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=38.46%
G=28.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359911700.270.130.4733015.3845.88
Hex87637501BD2F14af2e
Octal20714316503315575121756
Binary100001111100011111010101101111011011111010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876375; }

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

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

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

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

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

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

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

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