#875776

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

Shades of Strikemaster #875776

Tints of Strikemaster #875776

Color information

#875776 (or 0x875776) is unknown color: approx Strikemaster. HEX triplet: 87, 57 and 76. RGB value is (135,87,118). Sum of RGB (Red+Green+Blue) = 135+87+118=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #875776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875776 is #78A889. Grayscale: #686868. Windows color (decimal): -7907466 or 7755655. OLE color: 7755655.

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

Color convert

RGB13587118-
CMYK00.360.130.47
HSL321.25º21.62%43.53%-
HSV(B)321.25º35.56%52.94%-
XYZ16.6713.2818.82-
YUV104.89135.4149.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=39.71%
G=25.59%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358711800.360.130.47321.2521.6243.53
Hex875776024D2F141162c
Octal20712716604415575012654
Binary10000111101011111101100100100110110111110100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875776; }

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

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

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

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

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

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

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

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