#876878

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

Shades of Strikemaster #876878

Tints of Strikemaster #876878

Color information

#876878 (or 0x876878) is unknown color: approx Strikemaster. HEX triplet: 87, 68 and 78. RGB value is (135,104,120). Sum of RGB (Red+Green+Blue) = 135+104+120=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #876878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876878 is #789787. Grayscale: #737373. Windows color (decimal): -7903112 or 7891079. OLE color: 7891079.

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

Color convert

RGB135104120-
CMYK00.230.110.47
HSL329.03º12.97%46.86%-
HSV(B)329.03º22.96%52.94%-
XYZ18.3316.4119.97-
YUV115.09130.77142.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=37.60%
G=28.97%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510412000.230.110.47329.0312.9746.86
Hex876878017B2F149d2f
Octal20715017002713575111557
Binary100001111101000111100001011110111011111010010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876878; }

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

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

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

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

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

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

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

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