#826F79

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

Shades of Strikemaster #826F79

Tints of Strikemaster #826F79

Color information

#826F79 (or 0x826F79) is unknown color: approx Strikemaster. HEX triplet: 82, 6F and 79. RGB value is (130,111,121). Sum of RGB (Red+Green+Blue) = 130+111+121=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F79 is #7D9086. Grayscale: #757575. Windows color (decimal): -8228999 or 7958402. OLE color: 7958402.

HSL color Cylindrical-coordinate representation of color #826F79: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826F79 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB130111121-
CMYK00.150.070.49
HSL328.42º7.88%47.25%-
HSV(B)328.42º14.62%50.98%-
XYZ18.3417.520.5-
YUV117.82129.79136.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=35.91%
G=30.66%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011112100.150.070.49328.427.8847.25
Hex826F790F73114882f
Octal2021571710177615101057
Binary1000001011011111111001011111111100011010010001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F79; }

 p { color: rgb(130,111,121); }

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

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

 a { background-color: rgb(130,111,121); }

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

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

 span { border-color: rgb(130,111,121); }

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