#846075

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

Shades of Strikemaster #846075

Tints of Strikemaster #846075

Color information

#846075 (or 0x846075) is unknown color: approx Strikemaster. HEX triplet: 84, 60 and 75. RGB value is (132,96,117). Sum of RGB (Red+Green+Blue) = 132+96+117=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846075 is #7B9F8A. Grayscale: #6D6D6D. Windows color (decimal): -8101771 or 7692420. OLE color: 7692420.

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

Color convert

RGB13296117-
CMYK00.270.110.48
HSL325º15.79%44.71%-
HSV(B)325º27.27%51.76%-
XYZ16.9114.5618.75-
YUV109.16132.43144.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=38.26%
G=27.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329611700.270.110.4832515.7944.71
Hex84607501BB30145102d
Octal20414016503313605052055
Binary1000010011000001110101011011101111000010100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846075; }

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

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

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

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

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

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

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

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