#826777

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

Shades of Strikemaster #826777

Tints of Strikemaster #826777

Color information

#826777 (or 0x826777) is unknown color: approx Strikemaster. HEX triplet: 82, 67 and 77. RGB value is (130,103,119). Sum of RGB (Red+Green+Blue) = 130+103+119=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #826777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826777 is #7D9888. Grayscale: #707070. Windows color (decimal): -8231049 or 7825282. OLE color: 7825282.

HSL color Cylindrical-coordinate representation of color #826777: hue angle of 324.44º 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 #826777 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB130103119-
CMYK00.210.080.49
HSL324.44º11.59%45.69%-
HSV(B)324.44º20.77%50.98%-
XYZ17.3915.7819.58-
YUV112.9131.45140.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=36.93%
G=29.26%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010311900.210.080.49324.4411.5945.69
Hex826777015831144c2e
Octal20214716702510615041456
Binary100000101100111111011101010110001100011010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826777; }

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

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

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

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

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

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

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

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