Html Css Color HEX #846079 Strikemaster

📋 copy color: '#846079'

red 132 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #846079

Tints of Strikemaster #846079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 37.82%
G = 27.51%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#846079 (or 0x846079) is known color: Strikemaster. HEX triplet: 84, 60 and 79. RGB value is (132,96,121). Sum of RGB (Red+Green+Blue) = 132+96+121=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846079 is #7B9F86. Grayscale: #6D6D6D. Windows color (decimal): -8101767 or 7954564. OLE color: 7954564.

HSL color Cylindrical-coordinate representation of color #846079: hue angle of 318.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846079 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 121 -
CMYK 0 0.27 0.08 0.48
HSL 318.33º 0.16% 0.45% -
HSV(B) 318.33º 0.27% 0.52% -
XYZ 17.15 14.65 20.01 -
YUV 109.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 132 96 121 0 0.27 0.08 0.48 318.33 0.16 0.45
Hex 84 60 79 0 1B 8 30 13E 10 2D
Octal 204 140 171 0 33 10 60 476 20 55
Binary 10000100 1100000 1111001 0 11011 1000 110000 100111110 10000 101101

Color Harmonies of #846079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846079

Black with #846079

Text Example


Text Example

White with #846079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846079; }

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

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

background-color css

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

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

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

border-color css

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

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

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