#846D77

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

Shades of Strikemaster #846D77

Tints of Strikemaster #846D77

Color information

#846D77 (or 0x846D77) is unknown color: approx Strikemaster. HEX triplet: 84, 6D and 77. RGB value is (132,109,119). Sum of RGB (Red+Green+Blue) = 132+109+119=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #846D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D77 is #7B9288. Grayscale: #757575. Windows color (decimal): -8098441 or 7826820. OLE color: 7826820.

HSL color Cylindrical-coordinate representation of color #846D77: hue angle of 333.91º 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 #846D77 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB132109119-
CMYK00.170.100.48
HSL333.91º9.54%47.25%-
HSV(B)333.91º17.42%51.76%-
XYZ18.3117.1719.8-
YUV117.02129.12138.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=36.67%
G=30.28%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210911900.170.100.48333.919.5447.25
Hex846D77011A3014ea2f
Octal20415516702112605161257
Binary100001001101101111011101000110101100001010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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