#846378

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

Shades of Strikemaster #846378

Tints of Strikemaster #846378

Color information

#846378 (or 0x846378) is unknown color: approx Strikemaster. HEX triplet: 84, 63 and 78. RGB value is (132,99,120). Sum of RGB (Red+Green+Blue) = 132+99+120=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846378 is #7B9C87. Grayscale: #6F6F6F. Windows color (decimal): -8101000 or 7889796. OLE color: 7889796.

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

Color convert

RGB13299120-
CMYK00.250.090.48
HSL321.82º14.29%45.29%-
HSV(B)321.82º25%51.76%-
XYZ17.3715.1919.78-
YUV111.26132.93142.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=37.61%
G=28.21%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329912000.250.090.48321.8214.2945.29
Hex846378019930142e2d
Octal20414317003111605021655
Binary100001001100011111100001100110011100001010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846378; }

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

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

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

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

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

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

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

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