#846677

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

Shades of Strikemaster #846677

Tints of Strikemaster #846677

Color information

#846677 (or 0x846677) is unknown color: approx Strikemaster. HEX triplet: 84, 66 and 77. RGB value is (132,102,119). Sum of RGB (Red+Green+Blue) = 132+102+119=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846677 is #7B9988. Grayscale: #707070. Windows color (decimal): -8100233 or 7825028. OLE color: 7825028.

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

Color convert

RGB132102119-
CMYK00.230.100.48
HSL326º12.82%45.88%-
HSV(B)326º22.73%51.76%-
XYZ17.615.7419.56-
YUV112.91131.44141.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=37.39%
G=28.90%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210211900.230.100.4832612.8245.88
Hex846677017A30146d2e
Octal20414616702712605061556
Binary100001001100110111011101011110101100001010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846677; }

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

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

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

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

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

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

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

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