#846D78

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

Shades of Strikemaster #846D78

Tints of Strikemaster #846D78

Color information

#846D78 (or 0x846D78) is unknown color: approx Strikemaster. HEX triplet: 84, 6D and 78. RGB value is (132,109,120). Sum of RGB (Red+Green+Blue) = 132+109+120=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #846D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D78 is #7B9287. Grayscale: #757575. Windows color (decimal): -8098440 or 7892356. OLE color: 7892356.

HSL color Cylindrical-coordinate representation of color #846D78: hue angle of 331.3º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846D78 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB132109120-
CMYK00.170.090.48
HSL331.3º9.54%47.25%-
HSV(B)331.3º17.42%51.76%-
XYZ18.3717.220.12-
YUV117.13129.62138.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=36.57%
G=30.19%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210912000.170.090.48331.39.5447.25
Hex846D7801193014ba2f
Octal20415517002111605131257
Binary100001001101101111100001000110011100001010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D78; }

 p { color: rgb(132,109,120); }

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

<style>
 a { background-color: #846D78; }

 a { background-color: rgb(132,109,120); }

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

<style>
 span { border-color: #846D78; }

 span { border-color: rgb(132,109,120); }

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