#846775

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

Shades of Strikemaster #846775

Tints of Strikemaster #846775

Color information

#846775 (or 0x846775) is unknown color: approx Strikemaster. HEX triplet: 84, 67 and 75. RGB value is (132,103,117). Sum of RGB (Red+Green+Blue) = 132+103+117=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #846775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846775 is #7B988A. Grayscale: #717171. Windows color (decimal): -8099979 or 7694212. OLE color: 7694212.

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

Color convert

RGB132103117-
CMYK00.220.110.48
HSL331.03º12.34%46.08%-
HSV(B)331.03º21.97%51.76%-
XYZ17.5815.8918.97-
YUV113.27130.11141.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=37.5%
G=29.26%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311700.220.110.48331.0312.3446.08
Hex846775016B3014bc2e
Octal20414716502613605131456
Binary100001001100111111010101011010111100001010010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846775; }

 p { color: rgb(132,103,117); }

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

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

 a { background-color: rgb(132,103,117); }

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

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

 span { border-color: rgb(132,103,117); }

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