#846078

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

Shades of Strikemaster #846078

Tints of Strikemaster #846078

Color information

#846078 (or 0x846078) is unknown color: approx Strikemaster. HEX triplet: 84, 60 and 78. RGB value is (132,96,120). Sum of RGB (Red+Green+Blue) = 132+96+120=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846078 is #7B9F87. Grayscale: #6D6D6D. Windows color (decimal): -8101768 or 7889028. OLE color: 7889028.

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

Color convert

RGB13296120-
CMYK00.270.090.48
HSL320º15.79%44.71%-
HSV(B)320º27.27%51.76%-
XYZ17.0914.6319.69-
YUV109.5133.93144.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329612000.270.090.4832015.7944.71
Hex84607801B930140102d
Octal20414017003311605002055
Binary1000010011000001111000011011100111000010100000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846078; }

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

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

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

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

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

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

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

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