#816C76

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

Shades of Strikemaster #816C76

Tints of Strikemaster #816C76

Color information

#816C76 (or 0x816C76) is unknown color: approx Strikemaster. HEX triplet: 81, 6C and 76. RGB value is (129,108,118). Sum of RGB (Red+Green+Blue) = 129+108+118=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #816C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C76 is #7E9389. Grayscale: #737373. Windows color (decimal): -8295306 or 7761025. OLE color: 7761025.

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

Color convert

RGB129108118-
CMYK00.160.090.49
HSL331.43º8.86%46.47%-
HSV(B)331.43º16.28%50.59%-
XYZ17.6916.719.43-
YUV115.42129.46137.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=36.34%
G=30.42%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910811800.160.090.49331.438.8646.47
Hex816C7601093114b92e
Octal20115416602011615131156
Binary100000011101100111011001000010011100011010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C76; }

 p { color: rgb(129,108,118); }

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

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

 a { background-color: rgb(129,108,118); }

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

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

 span { border-color: rgb(129,108,118); }

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