#845C74

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

Shades of Strikemaster #845C74

Tints of Strikemaster #845C74

Color information

#845C74 (or 0x845C74) is unknown color: approx Strikemaster. HEX triplet: 84, 5C and 74. RGB value is (132,92,116). Sum of RGB (Red+Green+Blue) = 132+92+116=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #845C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C74 is #7BA38B. Grayscale: #6A6A6A. Windows color (decimal): -8102796 or 7625860. OLE color: 7625860.

HSL color Cylindrical-coordinate representation of color #845C74: hue angle of 324º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C74 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13292116-
CMYK00.300.120.48
HSL324º17.86%43.92%-
HSV(B)324º30.3%51.76%-
XYZ16.513.8218.32-
YUV106.7133.25146.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=38.82%
G=27.06%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329211600.300.120.4832417.8643.92
Hex845C7401EC30144122c
Octal20413416403614605042254
Binary1000010010111001110100011110110011000010100010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845C74; }

 p { color: rgb(132,92,116); }

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

<style>
 a { background-color: #845C74; }

 a { background-color: rgb(132,92,116); }

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

<style>
 span { border-color: #845C74; }

 span { border-color: rgb(132,92,116); }

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