#875875

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

Shades of Strikemaster #875875

Tints of Strikemaster #875875

Color information

#875875 (or 0x875875) is unknown color: approx Strikemaster. HEX triplet: 87, 58 and 75. RGB value is (135,88,117). Sum of RGB (Red+Green+Blue) = 135+88+117=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #875875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875875 is #78A78A. Grayscale: #696969. Windows color (decimal): -7907211 or 7690375. OLE color: 7690375.

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

Color convert

RGB13588117-
CMYK00.350.130.47
HSL322.98º21.08%43.73%-
HSV(B)322.98º34.81%52.94%-
XYZ16.6913.4118.54-
YUV105.36134.57149.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=39.71%
G=25.88%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358811700.350.130.47322.9821.0843.73
Hex875875023D2F143152c
Octal20713016504315575032554
Binary10000111101100011101010100011110110111110100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875875; }

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

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

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

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

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

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

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

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