#836976

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

Shades of Strikemaster #836976

Tints of Strikemaster #836976

Color information

#836976 (or 0x836976) is unknown color: approx Strikemaster. HEX triplet: 83, 69 and 76. RGB value is (131,105,118). Sum of RGB (Red+Green+Blue) = 131+105+118=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #836976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836976 is #7C9689. Grayscale: #727272. Windows color (decimal): -8165002 or 7760259. OLE color: 7760259.

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

Color convert

RGB131105118-
CMYK00.200.100.49
HSL330º11.02%46.27%-
HSV(B)330º19.85%51.37%-
XYZ17.6816.2419.34-
YUV114.26130.11139.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=37.01%
G=29.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110511800.200.100.4933011.0246.27
Hex836976014A3114ab2e
Octal20315116602412615121356
Binary100000111101001111011001010010101100011010010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836976; }

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

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

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

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

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

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

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

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