#876576

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

Shades of Strikemaster #876576

Tints of Strikemaster #876576

Color information

#876576 (or 0x876576) is unknown color: approx Strikemaster. HEX triplet: 87, 65 and 76. RGB value is (135,101,118). Sum of RGB (Red+Green+Blue) = 135+101+118=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876576 is #789A89. Grayscale: #717171. Windows color (decimal): -7903882 or 7759239. OLE color: 7759239.

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

Color convert

RGB135101118-
CMYK00.250.130.47
HSL330º14.41%46.27%-
HSV(B)330º25.19%52.94%-
XYZ17.9215.7719.24-
YUV113.1130.76143.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=38.14%
G=28.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510111800.250.130.4733014.4146.27
Hex876576019D2F14ae2e
Octal20714516603115575121656
Binary100001111100101111011001100111011011111010010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876576; }

 p { color: rgb(135,101,118); }

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

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

 a { background-color: rgb(135,101,118); }

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

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

 span { border-color: rgb(135,101,118); }

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