#846A77

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

Shades of Strikemaster #846A77

Tints of Strikemaster #846A77

Color information

#846A77 (or 0x846A77) is unknown color: approx Strikemaster. HEX triplet: 84, 6A and 77. RGB value is (132,106,119). Sum of RGB (Red+Green+Blue) = 132+106+119=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #846A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A77 is #7B9588. Grayscale: #737373. Windows color (decimal): -8099209 or 7826052. OLE color: 7826052.

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

Color convert

RGB132106119-
CMYK00.200.100.48
HSL330º10.92%46.67%-
HSV(B)330º19.7%51.76%-
XYZ1816.5519.7-
YUV115.26130.11139.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=36.97%
G=29.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210611900.200.100.4833010.9246.67
Hex846A77014A3014ab2f
Octal20415216702412605121357
Binary100001001101010111011101010010101100001010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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