#846F79

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

Shades of Strikemaster #846F79

Tints of Strikemaster #846F79

Color information

#846F79 (or 0x846F79) is unknown color: approx Strikemaster. HEX triplet: 84, 6F and 79. RGB value is (132,111,121). Sum of RGB (Red+Green+Blue) = 132+111+121=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #846F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F79 is #7B9086. Grayscale: #767676. Windows color (decimal): -8097927 or 7958404. OLE color: 7958404.

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

Color convert

RGB132111121-
CMYK00.160.080.48
HSL331.43º8.64%47.65%-
HSV(B)331.43º15.91%51.76%-
XYZ18.6517.6520.51-
YUV118.42129.46137.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=36.26%
G=30.49%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211112100.160.080.48331.438.6447.65
Hex846F7901083014b930
Octal20415717102010605131160
Binary100001001101111111100101000010001100001010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,111,121); }

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

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

 a { background-color: rgb(132,111,121); }

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

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

 span { border-color: rgb(132,111,121); }

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