#876879

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

Shades of Strikemaster #876879

Tints of Strikemaster #876879

Color information

#876879 (or 0x876879) is unknown color: approx Strikemaster. HEX triplet: 87, 68 and 79. RGB value is (135,104,121). Sum of RGB (Red+Green+Blue) = 135+104+121=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #876879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876879 is #789786. Grayscale: #737373. Windows color (decimal): -7903111 or 7956615. OLE color: 7956615.

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

Color convert

RGB135104121-
CMYK00.230.100.47
HSL327.1º12.97%46.86%-
HSV(B)327.1º22.96%52.94%-
XYZ18.3916.4320.29-
YUV115.21131.27142.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=37.5%
G=28.89%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510412100.230.100.47327.112.9746.86
Hex876879017A2F147d2f
Octal20715017102712575071557
Binary100001111101000111100101011110101011111010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876879; }

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

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

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

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

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

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

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

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