#816D77

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

Shades of Strikemaster #816D77

Tints of Strikemaster #816D77

Color information

#816D77 (or 0x816D77) is unknown color: approx Strikemaster. HEX triplet: 81, 6D and 77. RGB value is (129,109,119). Sum of RGB (Red+Green+Blue) = 129+109+119=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #816D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D77 is #7E9288. Grayscale: #747474. Windows color (decimal): -8295049 or 7826817. OLE color: 7826817.

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

Color convert

RGB129109119-
CMYK00.160.080.49
HSL330º8.4%46.67%-
HSV(B)330º15.5%50.59%-
XYZ17.8516.9419.78-
YUV116.12129.63137.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=36.13%
G=30.53%
B=33.33%

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
Decimal12910911900.160.080.493308.446.67
Hex816D7701083114a82f
Octal20115516702010615121057
Binary100000011101101111011101000010001100011010010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,109,119); }

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

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

 a { background-color: rgb(129,109,119); }

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

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

 span { border-color: rgb(129,109,119); }

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