#875974

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

Shades of Strikemaster #875974

Tints of Strikemaster #875974

Color information

#875974 (or 0x875974) is unknown color: approx Strikemaster. HEX triplet: 87, 59 and 74. RGB value is (135,89,116). Sum of RGB (Red+Green+Blue) = 135+89+116=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #875974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875974 is #78A68B. Grayscale: #696969. Windows color (decimal): -7906956 or 7625095. OLE color: 7625095.

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

Color convert

RGB13589116-
CMYK00.340.140.47
HSL324.78º20.54%43.92%-
HSV(B)324.78º34.07%52.94%-
XYZ16.7213.5618.26-
YUV105.83133.74148.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=39.71%
G=26.18%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358911600.340.140.47324.7820.5443.92
Hex875974022E2F145152c
Octal20713116404216575052554
Binary10000111101100111101000100010111010111110100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875974; }

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

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

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

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

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

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

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

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