#875775

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

Shades of Strikemaster #875775

Tints of Strikemaster #875775

Color information

#875775 (or 0x875775) is unknown color: approx Strikemaster. HEX triplet: 87, 57 and 75. RGB value is (135,87,117). Sum of RGB (Red+Green+Blue) = 135+87+117=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875775 is #78A88A. Grayscale: #686868. Windows color (decimal): -7907467 or 7690119. OLE color: 7690119.

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

Color convert

RGB13587117-
CMYK00.360.130.47
HSL322.5º21.62%43.53%-
HSV(B)322.5º35.56%52.94%-
XYZ16.6113.2518.51-
YUV104.77134.9149.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=39.82%
G=25.66%
B=34.51%

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
Decimal1358711700.360.130.47322.521.6243.53
Hex875775024D2F142162c
Octal20712716504415575022654
Binary10000111101011111101010100100110110111110100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875775; }

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

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

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

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

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

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

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

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