#846879

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

Shades of Strikemaster #846879

Tints of Strikemaster #846879

Color information

#846879 (or 0x846879) is unknown color: approx Strikemaster. HEX triplet: 84, 68 and 79. RGB value is (132,104,121). Sum of RGB (Red+Green+Blue) = 132+104+121=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #846879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846879 is #7B9786. Grayscale: #727272. Windows color (decimal): -8099719 or 7956612. OLE color: 7956612.

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

Color convert

RGB132104121-
CMYK00.210.080.48
HSL323.57º11.86%46.27%-
HSV(B)323.57º21.21%51.76%-
XYZ17.9216.1920.27-
YUV114.31131.78140.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=36.97%
G=29.13%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412100.210.080.48323.5711.8646.27
Hex846879015830144c2e
Octal20415017102510605041456
Binary100001001101000111100101010110001100001010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846879; }

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

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

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

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

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

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

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

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