#826776

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

Shades of Strikemaster #826776

Tints of Strikemaster #826776

Color information

#826776 (or 0x826776) is unknown color: approx Strikemaster. HEX triplet: 82, 67 and 76. RGB value is (130,103,118). Sum of RGB (Red+Green+Blue) = 130+103+118=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #826776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826776 is #7D9889. Grayscale: #707070. Windows color (decimal): -8231050 or 7759746. OLE color: 7759746.

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

Color convert

RGB130103118-
CMYK00.210.090.49
HSL326.67º11.59%45.69%-
HSV(B)326.67º20.77%50.98%-
XYZ17.3315.7519.27-
YUV112.78130.95140.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=37.04%
G=29.34%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010311800.210.090.49326.6711.5945.69
Hex826776015931147c2e
Octal20214716602511615071456
Binary100000101100111111011001010110011100011010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826776; }

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

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

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

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

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

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

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

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