#826076

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

Shades of Strikemaster #826076

Tints of Strikemaster #826076

Color information

#826076 (or 0x826076) is unknown color: approx Strikemaster. HEX triplet: 82, 60 and 76. RGB value is (130,96,118). Sum of RGB (Red+Green+Blue) = 130+96+118=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826076 is #7D9F89. Grayscale: #6C6C6C. Windows color (decimal): -8232842 or 7757954. OLE color: 7757954.

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

Color convert

RGB13096118-
CMYK00.260.090.49
HSL321.18º15.04%44.31%-
HSV(B)321.18º26.15%50.98%-
XYZ16.6614.4219.04-
YUV108.67133.26143.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=37.79%
G=27.91%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309611800.260.090.49321.1815.0444.31
Hex82607601A931141f2c
Octal20214016603211615011754
Binary100000101100000111011001101010011100011010000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826076; }

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

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

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

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

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

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

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

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