#875B79

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

Shades of Strikemaster #875B79

Tints of Strikemaster #875B79

Color information

#875B79 (or 0x875B79) is unknown color: approx Strikemaster. HEX triplet: 87, 5B and 79. RGB value is (135,91,121). Sum of RGB (Red+Green+Blue) = 135+91+121=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #875B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B79 is #78A486. Grayscale: #6B6B6B. Windows color (decimal): -7906439 or 7953287. OLE color: 7953287.

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

Color convert

RGB13591121-
CMYK00.330.100.47
HSL319.09º19.47%44.31%-
HSV(B)319.09º32.59%52.94%-
XYZ17.1814.0119.89-
YUV107.58135.58147.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=38.90%
G=26.22%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359112100.330.100.47319.0919.4744.31
Hex875B79021A2F13f132c
Octal20713317104112574772354
Binary10000111101101111110010100001101010111110011111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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