#805F73

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

Shades of Strikemaster #805F73

Tints of Strikemaster #805F73

Color information

#805F73 (or 0x805F73) is unknown color: approx Strikemaster. HEX triplet: 80, 5F and 73. RGB value is (128,95,115). Sum of RGB (Red+Green+Blue) = 128+95+115=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #805F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F73 is #7FA08C. Grayscale: #6B6B6B. Windows color (decimal): -8364173 or 7561088. OLE color: 7561088.

HSL color Cylindrical-coordinate representation of color #805F73: hue angle of 323.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #805F73 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12895115-
CMYK00.260.100.50
HSL323.64º14.8%43.73%-
HSV(B)323.64º25.78%50.2%-
XYZ16.0914.0118.08-
YUV107.15132.43142.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=37.87%
G=28.11%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289511500.260.100.50323.6414.843.73
Hex805F7301AA32144f2c
Octal20013716303212625041754
Binary100000001011111111001101101010101100101010001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805F73; }

 p { color: rgb(128,95,115); }

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

<style>
 a { background-color: #805F73; }

 a { background-color: rgb(128,95,115); }

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

<style>
 span { border-color: #805F73; }

 span { border-color: rgb(128,95,115); }

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