#846A76

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

Shades of Strikemaster #846A76

Tints of Strikemaster #846A76

Color information

#846A76 (or 0x846A76) is unknown color: approx Strikemaster. HEX triplet: 84, 6A and 76. RGB value is (132,106,118). Sum of RGB (Red+Green+Blue) = 132+106+118=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A76 is #7B9589. Grayscale: #737373. Windows color (decimal): -8099210 or 7760516. OLE color: 7760516.

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

Color convert

RGB132106118-
CMYK00.200.110.48
HSL332.31º10.92%46.67%-
HSV(B)332.31º19.7%51.76%-
XYZ17.9416.5219.38-
YUV115.14129.61140.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=37.08%
G=29.78%
B=33.15%

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
Decimal13210611800.200.110.48332.3110.9246.67
Hex846A76014B3014cb2f
Octal20415216602413605141357
Binary100001001101010111011001010010111100001010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846A76; }

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

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

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

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

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

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

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

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