#846C77

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

Shades of Strikemaster #846C77

Tints of Strikemaster #846C77

Color information

#846C77 (or 0x846C77) is unknown color: approx Strikemaster. HEX triplet: 84, 6C and 77. RGB value is (132,108,119). Sum of RGB (Red+Green+Blue) = 132+108+119=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #846C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C77 is #7B9388. Grayscale: #747474. Windows color (decimal): -8098697 or 7826564. OLE color: 7826564.

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

Color convert

RGB132108119-
CMYK00.180.100.48
HSL332.5º10%47.06%-
HSV(B)332.5º18.18%51.76%-
XYZ18.2116.9619.77-
YUV116.43129.45139.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=36.77%
G=30.08%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210811900.180.100.48332.51047.06
Hex846C77012A3014ca2f
Octal20415416702212605141257
Binary100001001101100111011101001010101100001010011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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