#875576

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

Shades of Strikemaster #875576

Tints of Strikemaster #875576

Color information

#875576 (or 0x875576) is unknown color: approx Strikemaster. HEX triplet: 87, 55 and 76. RGB value is (135,85,118). Sum of RGB (Red+Green+Blue) = 135+85+118=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875576 is #78AA89. Grayscale: #676767. Windows color (decimal): -7907978 or 7755143. OLE color: 7755143.

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

Color convert

RGB13585118-
CMYK00.370.130.47
HSL320.4º22.73%43.14%-
HSV(B)320.4º37.04%52.94%-
XYZ16.5112.9618.77-
YUV103.71136.06150.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=39.94%
G=25.15%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358511800.370.130.47320.422.7343.14
Hex875576025D2F140172b
Octal20712516604515575002753
Binary10000111101010111101100100101110110111110100000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875576; }

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

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

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

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

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

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

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

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