#826976

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

Shades of Strikemaster #826976

Tints of Strikemaster #826976

Color information

#826976 (or 0x826976) is unknown color: approx Strikemaster. HEX triplet: 82, 69 and 76. RGB value is (130,105,118). Sum of RGB (Red+Green+Blue) = 130+105+118=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826976 is #7D9689. Grayscale: #717171. Windows color (decimal): -8230538 or 7760258. OLE color: 7760258.

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

Color convert

RGB130105118-
CMYK00.190.090.49
HSL328.8º10.64%46.08%-
HSV(B)328.8º19.23%50.98%-
XYZ17.5316.1619.33-
YUV113.96130.28139.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=36.83%
G=29.75%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010511800.190.090.49328.810.6446.08
Hex826976013931149b2e
Octal20215116602311615111356
Binary100000101101001111011001001110011100011010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826976; }

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

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

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

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

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

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

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

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