Html Css Color HEX #846579 Strikemaster

📋 copy color: '#846579'

red 132 ◦ green 101 ◦ blue 121

#846579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #846579

Tints of Strikemaster #846579

RGB

 RED value IS 132 (51.95% from 255) = 37.29%

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 37.29%
G = 28.53%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#846579 (or 0x846579) is known color: Strikemaster. HEX triplet: 84, 65 and 79. RGB value is (132,101,121). Sum of RGB (Red+Green+Blue) = 132+101+121=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846579 is #7B9A86. Grayscale: #707070. Windows color (decimal): -8100487 or 7955844. OLE color: 7955844.

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

Color convert

RGB 132 101 121 -
CMYK 0 0.23 0.08 0.48
HSL 321.29º 0.13% 0.46% -
HSV(B) 321.29º 0.23% 0.52% -
XYZ 17.62 15.59 20.17 -
YUV 112.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 132 101 121 0 0.23 0.08 0.48 321.29 0.13 0.46
Hex 84 65 79 0 17 8 30 141 D 2E
Octal 204 145 171 0 27 10 60 501 15 56
Binary 10000100 1100101 1111001 0 10111 1000 110000 101000001 1101 101110

Color Harmonies of #846579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846579

Black with #846579

Text Example


Text Example

White with #846579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846579; }

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

 H1.HeaderClassName
 {
   color: #846579;
 }
 .AnyTagClassName
 {
   color: #846579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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