#875B73

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

Shades of Strikemaster #875B73

Tints of Strikemaster #875B73

Color information

#875B73 (or 0x875B73) is unknown color: approx Strikemaster. HEX triplet: 87, 5B and 73. RGB value is (135,91,115). Sum of RGB (Red+Green+Blue) = 135+91+115=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B73 is #78A48C. Grayscale: #6A6A6A. Windows color (decimal): -7906445 or 7560071. OLE color: 7560071.

HSL color Cylindrical-coordinate representation of color #875B73: hue angle of 327.27º 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 #875B73 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13591115-
CMYK00.330.150.47
HSL327.27º19.47%44.31%-
HSV(B)327.27º32.59%52.94%-
XYZ16.8313.8718.01-
YUV106.89132.58148.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=39.59%
G=26.69%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359111500.330.150.47327.2719.4744.31
Hex875B73021F2F147132c
Octal20713316304117575072354
Binary10000111101101111100110100001111110111110100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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