#875879

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

Shades of Strikemaster #875879

Tints of Strikemaster #875879

Color information

#875879 (or 0x875879) is unknown color: approx Strikemaster. HEX triplet: 87, 58 and 79. RGB value is (135,88,121). Sum of RGB (Red+Green+Blue) = 135+88+121=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875879 is #78A786. Grayscale: #696969. Windows color (decimal): -7907207 or 7952519. OLE color: 7952519.

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

Color convert

RGB13588121-
CMYK00.350.100.47
HSL317.87º21.08%43.73%-
HSV(B)317.87º34.81%52.94%-
XYZ16.9313.5119.8-
YUV105.81136.57148.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=39.24%
G=25.58%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358812100.350.100.47317.8721.0843.73
Hex875879023A2F13e152c
Octal20713017104312574762554
Binary10000111101100011110010100011101010111110011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875879; }

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

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

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

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

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

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

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

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