#846876

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

Shades of Strikemaster #846876

Tints of Strikemaster #846876

Color information

#846876 (or 0x846876) is unknown color: approx Strikemaster. HEX triplet: 84, 68 and 76. RGB value is (132,104,118). Sum of RGB (Red+Green+Blue) = 132+104+118=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846876 is #7B9789. Grayscale: #717171. Windows color (decimal): -8099722 or 7760004. OLE color: 7760004.

HSL color Cylindrical-coordinate representation of color #846876: hue angle of 330º 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 #846876 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132104118-
CMYK00.210.110.48
HSL330º11.86%46.27%-
HSV(B)330º21.21%51.76%-
XYZ17.7416.1119.32-
YUV113.97130.28140.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=37.29%
G=29.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411800.210.110.4833011.8646.27
Hex846876015B3014ac2e
Octal20415016602513605121456
Binary100001001101000111011001010110111100001010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846876; }

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

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

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

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

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

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

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

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