#816E77

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

Shades of Strikemaster #816E77

Tints of Strikemaster #816E77

Color information

#816E77 (or 0x816E77) is unknown color: approx Strikemaster. HEX triplet: 81, 6E and 77. RGB value is (129,110,119). Sum of RGB (Red+Green+Blue) = 129+110+119=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #816E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E77 is #7E9188. Grayscale: #747474. Windows color (decimal): -8294793 or 7827073. OLE color: 7827073.

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

Color convert

RGB129110119-
CMYK00.150.080.49
HSL331.58º7.95%46.86%-
HSV(B)331.58º14.73%50.59%-
XYZ17.9617.1519.82-
YUV116.71129.29136.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=36.03%
G=30.73%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911011900.150.080.49331.587.9546.86
Hex816E770F83114c82f
Octal20115616701710615141057
Binary10000001110111011101110111110001100011010011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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