#846F7A

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

Shades of Strikemaster #846F7A

Tints of Strikemaster #846F7A

Color information

#846F7A (or 0x846F7A) is unknown color: approx Strikemaster. HEX triplet: 84, 6F and 7A. RGB value is (132,111,122). Sum of RGB (Red+Green+Blue) = 132+111+122=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F7A is #7B9085. Grayscale: #767676. Windows color (decimal): -8097926 or 8023940. OLE color: 8023940.

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

Color convert

RGB132111122-
CMYK00.160.080.48
HSL328.57º8.64%47.65%-
HSV(B)328.57º15.91%51.76%-
XYZ18.7117.6820.84-
YUV118.53129.96137.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=36.16%
G=30.41%
B=33.42%

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
Decimal13211112200.160.080.48328.578.6447.65
Hex846F7A010830149930
Octal20415717202010605111160
Binary100001001101111111101001000010001100001010010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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