#846976

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

Shades of Strikemaster #846976

Tints of Strikemaster #846976

Color information

#846976 (or 0x846976) is unknown color: approx Strikemaster. HEX triplet: 84, 69 and 76. RGB value is (132,105,118). Sum of RGB (Red+Green+Blue) = 132+105+118=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846976 is #7B9689. Grayscale: #727272. Windows color (decimal): -8099466 or 7760260. OLE color: 7760260.

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

Color convert

RGB132105118-
CMYK00.200.110.48
HSL331.11º11.39%46.47%-
HSV(B)331.11º20.45%51.76%-
XYZ17.8416.3219.35-
YUV114.56129.95140.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=37.18%
G=29.58%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210511800.200.110.48331.1111.3946.47
Hex846976014B3014bb2e
Octal20415116602413605131356
Binary100001001101001111011001010010111100001010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846976; }

 p { color: rgb(132,105,118); }

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

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

 a { background-color: rgb(132,105,118); }

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

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

 span { border-color: rgb(132,105,118); }

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