#826D78

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

Shades of Strikemaster #826D78

Tints of Strikemaster #826D78

Color information

#826D78 (or 0x826D78) is unknown color: approx Strikemaster. HEX triplet: 82, 6D and 78. RGB value is (130,109,120). Sum of RGB (Red+Green+Blue) = 130+109+120=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #826D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D78 is #7D9287. Grayscale: #747474. Windows color (decimal): -8229512 or 7892354. OLE color: 7892354.

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

Color convert

RGB130109120-
CMYK00.160.080.49
HSL328.57º8.79%46.86%-
HSV(B)328.57º16.15%50.98%-
XYZ18.0617.0420.11-
YUV116.53129.96137.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=36.21%
G=30.36%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010912000.160.080.49328.578.7946.86
Hex826D7801083114992f
Octal20215517002010615111157
Binary100000101101101111100001000010001100011010010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,120); }

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

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

 a { background-color: rgb(130,109,120); }

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

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

 span { border-color: rgb(130,109,120); }

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