#846779

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

Shades of Strikemaster #846779

Tints of Strikemaster #846779

Color information

#846779 (or 0x846779) is unknown color: approx Strikemaster. HEX triplet: 84, 67 and 79. RGB value is (132,103,121). Sum of RGB (Red+Green+Blue) = 132+103+121=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846779 is #7B9886. Grayscale: #717171. Windows color (decimal): -8099975 or 7956356. OLE color: 7956356.

HSL color Cylindrical-coordinate representation of color #846779: hue angle of 322.76º 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 #846779 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132103121-
CMYK00.220.080.48
HSL322.76º12.34%46.08%-
HSV(B)322.76º21.97%51.76%-
XYZ17.8215.9920.24-
YUV113.72132.11141.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=37.08%
G=28.93%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210312100.220.080.48322.7612.3446.08
Hex846779016830143c2e
Octal20414717102610605031456
Binary100001001100111111100101011010001100001010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846779; }

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

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

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

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

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

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

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

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