#875979

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

Shades of Strikemaster #875979

Tints of Strikemaster #875979

Color information

#875979 (or 0x875979) is unknown color: approx Strikemaster. HEX triplet: 87, 59 and 79. RGB value is (135,89,121). Sum of RGB (Red+Green+Blue) = 135+89+121=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #875979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875979 is #78A686. Grayscale: #6A6A6A. Windows color (decimal): -7906951 or 7952775. OLE color: 7952775.

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

Color convert

RGB13589121-
CMYK00.340.100.47
HSL318.26º20.54%43.92%-
HSV(B)318.26º34.07%52.94%-
XYZ17.0213.6819.83-
YUV106.4136.24148.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=39.13%
G=25.80%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358912100.340.100.47318.2620.5443.92
Hex875979022A2F13e152c
Octal20713117104212574762554
Binary10000111101100111110010100010101010111110011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875979; }

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

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

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

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

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

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

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

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