#875E74

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

Shades of Strikemaster #875E74

Tints of Strikemaster #875E74

Color information

#875E74 (or 0x875E74) is unknown color: approx Strikemaster. HEX triplet: 87, 5E and 74. RGB value is (135,94,116). Sum of RGB (Red+Green+Blue) = 135+94+116=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #875E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E74 is #78A18B. Grayscale: #6C6C6C. Windows color (decimal): -7905676 or 7626375. OLE color: 7626375.

HSL color Cylindrical-coordinate representation of color #875E74: hue angle of 327.8º 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 #875E74 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13594116-
CMYK00.300.140.47
HSL327.8º17.9%44.9%-
HSV(B)327.8º30.37%52.94%-
XYZ17.1514.4218.4-
YUV108.77132.08146.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=39.13%
G=27.25%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359411600.300.140.47327.817.944.9
Hex875E7401EE2F148122d
Octal20713616403616575102255
Binary1000011110111101110100011110111010111110100100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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