#816C77

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

Shades of Strikemaster #816C77

Tints of Strikemaster #816C77

Color information

#816C77 (or 0x816C77) is unknown color: approx Strikemaster. HEX triplet: 81, 6C and 77. RGB value is (129,108,119). Sum of RGB (Red+Green+Blue) = 129+108+119=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #816C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C77 is #7E9388. Grayscale: #737373. Windows color (decimal): -8295305 or 7826561. OLE color: 7826561.

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

Color convert

RGB129108119-
CMYK00.160.080.49
HSL328.57º8.86%46.47%-
HSV(B)328.57º16.28%50.59%-
XYZ17.7516.7219.75-
YUV115.53129.96137.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=36.24%
G=30.34%
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
Decimal12910811900.160.080.49328.578.8646.47
Hex816C7701083114992e
Octal20115416702010615111156
Binary100000011101100111011101000010001100011010010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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