#876176

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

Shades of Strikemaster #876176

Tints of Strikemaster #876176

Color information

#876176 (or 0x876176) is unknown color: approx Strikemaster. HEX triplet: 87, 61 and 76. RGB value is (135,97,118). Sum of RGB (Red+Green+Blue) = 135+97+118=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876176 is #789E89. Grayscale: #6E6E6E. Windows color (decimal): -7904906 or 7758215. OLE color: 7758215.

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

Color convert

RGB13597118-
CMYK00.280.130.47
HSL326.84º16.38%45.49%-
HSV(B)326.84º28.15%52.94%-
XYZ17.5415.0119.11-
YUV110.76132.09145.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=38.57%
G=27.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359711800.280.130.47326.8416.3845.49
Hex87617601CD2F147102d
Octal20714116603415575072055
Binary1000011111000011110110011100110110111110100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876176; }

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

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

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

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

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

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

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

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