#836876

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

Shades of Strikemaster #836876

Tints of Strikemaster #836876

Color information

#836876 (or 0x836876) is unknown color: approx Strikemaster. HEX triplet: 83, 68 and 76. RGB value is (131,104,118). Sum of RGB (Red+Green+Blue) = 131+104+118=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #836876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836876 is #7C9789. Grayscale: #717171. Windows color (decimal): -8165258 or 7760003. OLE color: 7760003.

HSL color Cylindrical-coordinate representation of color #836876: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836876 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB131104118-
CMYK00.210.100.49
HSL328.89º11.49%46.08%-
HSV(B)328.89º20.61%51.37%-
XYZ17.5816.0319.31-
YUV113.67130.45140.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=37.11%
G=29.46%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411800.210.100.49328.8911.4946.08
Hex836876015A31149b2e
Octal20315016602512615111356
Binary100000111101000111011001010110101100011010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836876; }

 p { color: rgb(131,104,118); }

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

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

 a { background-color: rgb(131,104,118); }

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

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

 span { border-color: rgb(131,104,118); }

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