#876377

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

Shades of Strikemaster #876377

Tints of Strikemaster #876377

Color information

#876377 (or 0x876377) is unknown color: approx Strikemaster. HEX triplet: 87, 63 and 77. RGB value is (135,99,119). Sum of RGB (Red+Green+Blue) = 135+99+119=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876377 is #789C88. Grayscale: #707070. Windows color (decimal): -7904393 or 7824263. OLE color: 7824263.

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

Color convert

RGB13599119-
CMYK00.270.120.47
HSL326.67º15.38%45.88%-
HSV(B)326.67º26.67%52.94%-
XYZ17.7815.4119.49-
YUV112.04131.93144.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=38.24%
G=28.05%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359911900.270.120.47326.6715.3845.88
Hex87637701BC2F147f2e
Octal20714316703314575071756
Binary100001111100011111011101101111001011111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876377; }

 p { color: rgb(135,99,119); }

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

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

 a { background-color: rgb(135,99,119); }

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

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

 span { border-color: rgb(135,99,119); }

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