#846878

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

Shades of Strikemaster #846878

Tints of Strikemaster #846878

Color information

#846878 (or 0x846878) is unknown color: approx Strikemaster. HEX triplet: 84, 68 and 78. RGB value is (132,104,120). Sum of RGB (Red+Green+Blue) = 132+104+120=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846878 is #7B9787. Grayscale: #727272. Windows color (decimal): -8099720 or 7891076. OLE color: 7891076.

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

Color convert

RGB132104120-
CMYK00.210.090.48
HSL325.71º11.86%46.27%-
HSV(B)325.71º21.21%51.76%-
XYZ17.8616.1619.95-
YUV114.2131.28140.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=37.08%
G=29.21%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412000.210.090.48325.7111.8646.27
Hex846878015930146c2e
Octal20415017002511605061456
Binary100001001101000111100001010110011100001010001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846878; }

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

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

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

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

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

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

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

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