#846074

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

Shades of Strikemaster #846074

Tints of Strikemaster #846074

Color information

#846074 (or 0x846074) is unknown color: approx Strikemaster. HEX triplet: 84, 60 and 74. RGB value is (132,96,116). Sum of RGB (Red+Green+Blue) = 132+96+116=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846074 is #7B9F8B. Grayscale: #6D6D6D. Windows color (decimal): -8101772 or 7626884. OLE color: 7626884.

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

Color convert

RGB13296116-
CMYK00.270.120.48
HSL326.67º15.79%44.71%-
HSV(B)326.67º27.27%51.76%-
XYZ16.8514.5318.44-
YUV109.04131.93144.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=38.37%
G=27.91%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329611600.270.120.48326.6715.7944.71
Hex84607401BC30147102d
Octal20414016403314605072055
Binary1000010011000001110100011011110011000010100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846074; }

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

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

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

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

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

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

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

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