#846377

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

Shades of Strikemaster #846377

Tints of Strikemaster #846377

Color information

#846377 (or 0x846377) is unknown color: approx Strikemaster. HEX triplet: 84, 63 and 77. RGB value is (132,99,119). Sum of RGB (Red+Green+Blue) = 132+99+119=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846377 is #7B9C88. Grayscale: #6F6F6F. Windows color (decimal): -8101001 or 7824260. OLE color: 7824260.

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

Color convert

RGB13299119-
CMYK00.250.100.48
HSL323.64º14.29%45.29%-
HSV(B)323.64º25%51.76%-
XYZ17.3115.1619.47-
YUV111.15132.43142.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 119 (46.88% from 255) = 34%
R=37.71%
G=28.29%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911900.250.100.48323.6414.2945.29
Hex846377019A30144e2d
Octal20414316703112605041655
Binary100001001100011111011101100110101100001010001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846377; }

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

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

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

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

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

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

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

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