#876179

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

Shades of Strikemaster #876179

Tints of Strikemaster #876179

Color information

#876179 (or 0x876179) is unknown color: approx Strikemaster. HEX triplet: 87, 61 and 79. RGB value is (135,97,121). Sum of RGB (Red+Green+Blue) = 135+97+121=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876179 is #789E86. Grayscale: #6F6F6F. Windows color (decimal): -7904903 or 7954823. OLE color: 7954823.

HSL color Cylindrical-coordinate representation of color #876179: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876179 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13597121-
CMYK00.280.100.47
HSL322.11º16.38%45.49%-
HSV(B)322.11º28.15%52.94%-
XYZ17.7215.0820.07-
YUV111.1133.59145.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=38.24%
G=27.48%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359712100.280.100.47322.1116.3845.49
Hex87617901CA2F142102d
Octal20714117103412575022055
Binary1000011111000011111001011100101010111110100001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876179; }

 p { color: rgb(135,97,121); }

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

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

 a { background-color: rgb(135,97,121); }

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

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

 span { border-color: rgb(135,97,121); }

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