#875E75

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

Shades of Strikemaster #875E75

Tints of Strikemaster #875E75

Color information

#875E75 (or 0x875E75) is unknown color: approx Strikemaster. HEX triplet: 87, 5E and 75. RGB value is (135,94,117). Sum of RGB (Red+Green+Blue) = 135+94+117=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E75 is #78A18A. Grayscale: #6C6C6C. Windows color (decimal): -7905675 or 7691911. OLE color: 7691911.

HSL color Cylindrical-coordinate representation of color #875E75: hue angle of 326.34º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E75 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13594117-
CMYK00.300.130.47
HSL326.34º17.9%44.9%-
HSV(B)326.34º30.37%52.94%-
XYZ17.2114.4418.71-
YUV108.88132.58146.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=39.02%
G=27.17%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359411700.300.130.47326.3417.944.9
Hex875E7501ED2F146122d
Octal20713616503615575062255
Binary1000011110111101110101011110110110111110100011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E75; }

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

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

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

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

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

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

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

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