#846778

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

Shades of Strikemaster #846778

Tints of Strikemaster #846778

Color information

#846778 (or 0x846778) is unknown color: approx Strikemaster. HEX triplet: 84, 67 and 78. RGB value is (132,103,120). Sum of RGB (Red+Green+Blue) = 132+103+120=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846778 is #7B9887. Grayscale: #717171. Windows color (decimal): -8099976 or 7890820. OLE color: 7890820.

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

Color convert

RGB132103120-
CMYK00.220.090.48
HSL324.83º12.34%46.08%-
HSV(B)324.83º21.97%51.76%-
XYZ17.7615.9619.91-
YUV113.61131.61141.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=37.18%
G=29.01%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210312000.220.090.48324.8312.3446.08
Hex846778016930145c2e
Octal20414717002611605051456
Binary100001001100111111100001011010011100001010001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846778; }

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

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

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

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

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

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

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

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