#876876

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

Shades of Strikemaster #876876

Tints of Strikemaster #876876

Color information

#876876 (or 0x876876) is unknown color: approx Strikemaster. HEX triplet: 87, 68 and 76. RGB value is (135,104,118). Sum of RGB (Red+Green+Blue) = 135+104+118=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #876876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876876 is #789789. Grayscale: #727272. Windows color (decimal): -7903114 or 7760007. OLE color: 7760007.

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

Color convert

RGB135104118-
CMYK00.230.130.47
HSL332.9º12.97%46.86%-
HSV(B)332.9º22.96%52.94%-
XYZ18.2116.3619.34-
YUV114.86129.77142.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=37.82%
G=29.13%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411800.230.130.47332.912.9746.86
Hex876876017D2F14dd2f
Octal20715016602715575151557
Binary100001111101000111011001011111011011111010011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876876; }

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

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

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

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

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

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

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

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