#875773

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

Shades of Strikemaster #875773

Tints of Strikemaster #875773

Color information

#875773 (or 0x875773) is unknown color: approx Strikemaster. HEX triplet: 87, 57 and 73. RGB value is (135,87,115). Sum of RGB (Red+Green+Blue) = 135+87+115=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875773 is #78A88C. Grayscale: #686868. Windows color (decimal): -7907469 or 7559047. OLE color: 7559047.

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

Color convert

RGB13587115-
CMYK00.360.150.47
HSL325º21.62%43.53%-
HSV(B)325º35.56%52.94%-
XYZ16.4913.2117.9-
YUV104.54133.9149.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=40.06%
G=25.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358711500.360.150.4732521.6243.53
Hex875773024F2F145162c
Octal20712716304417575052654
Binary10000111101011111100110100100111110111110100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875773; }

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

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

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

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

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

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

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

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