#826676

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

Shades of Strikemaster #826676

Tints of Strikemaster #826676

Color information

#826676 (or 0x826676) is unknown color: approx Strikemaster. HEX triplet: 82, 66 and 76. RGB value is (130,102,118). Sum of RGB (Red+Green+Blue) = 130+102+118=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #826676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826676 is #7D9989. Grayscale: #707070. Windows color (decimal): -8231306 or 7759490. OLE color: 7759490.

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

Color convert

RGB130102118-
CMYK00.220.090.49
HSL325.71º12.07%45.49%-
HSV(B)325.71º21.54%50.98%-
XYZ17.2315.5619.23-
YUV112.2131.28140.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=37.14%
G=29.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010211800.220.090.49325.7112.0745.49
Hex826676016931146c2d
Octal20214616602611615061455
Binary100000101100110111011001011010011100011010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826676; }

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

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

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

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

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

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

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

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