#875978

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

Shades of Strikemaster #875978

Tints of Strikemaster #875978

Color information

#875978 (or 0x875978) is unknown color: approx Strikemaster. HEX triplet: 87, 59 and 78. RGB value is (135,89,120). Sum of RGB (Red+Green+Blue) = 135+89+120=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875978 is #78A687. Grayscale: #6A6A6A. Windows color (decimal): -7906952 or 7887239. OLE color: 7887239.

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

Color convert

RGB13589120-
CMYK00.340.110.47
HSL319.57º20.54%43.92%-
HSV(B)319.57º34.07%52.94%-
XYZ16.9513.6519.51-
YUV106.29135.74148.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=39.24%
G=25.87%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358912000.340.110.47319.5720.5443.92
Hex875978022B2F140152c
Octal20713117004213575002554
Binary10000111101100111110000100010101110111110100000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875978; }

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

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

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

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

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

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

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

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