#806E77

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

Shades of Strikemaster #806E77

Tints of Strikemaster #806E77

Color information

#806E77 (or 0x806E77) is unknown color: approx Strikemaster. HEX triplet: 80, 6E and 77. RGB value is (128,110,119). Sum of RGB (Red+Green+Blue) = 128+110+119=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #806E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E77 is #7F9188. Grayscale: #747474. Windows color (decimal): -8360329 or 7827072. OLE color: 7827072.

HSL color Cylindrical-coordinate representation of color #806E77: hue angle of 330º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #806E77 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB128110119-
CMYK00.140.070.50
HSL330º7.56%46.67%-
HSV(B)330º14.06%50.2%-
XYZ17.8117.0719.81-
YUV116.41129.46136.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=35.85%
G=30.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811011900.140.070.503307.5646.67
Hex806E770E73214a82f
Octal2001561670167625121057
Binary1000000011011101110111011101111100101010010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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