Html Css Color HEX #846074 Strikemaster

📋 copy color: '#846074'

red 132 ◦ green 96 ◦ blue 116

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

Shades of Strikemaster #846074

Tints of Strikemaster #846074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 38.37%
G = 27.91%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#846074 (or 0x846074) is known color: Strikemaster. HEX triplet: 84, 60 and 74. RGB value is (132,96,116). Sum of RGB (Red+Green+Blue) = 132+96+116=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846074 is #7B9F8B. Grayscale: #6D6D6D. Windows color (decimal): -8101772 or 7626884. OLE color: 7626884.

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

Color convert

RGB 132 96 116 -
CMYK 0 0.27 0.12 0.48
HSL 326.67º 0.16% 0.45% -
HSV(B) 326.67º 0.27% 0.52% -
XYZ 16.85 14.53 18.44 -
YUV 109.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 132 96 116 0 0.27 0.12 0.48 326.67 0.16 0.45
Hex 84 60 74 0 1B C 30 147 10 2D
Octal 204 140 164 0 33 14 60 507 20 55
Binary 10000100 1100000 1110100 0 11011 1100 110000 101000111 10000 101101

Color Harmonies of #846074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846074

Black with #846074

Text Example


Text Example

White with #846074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846074; }

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

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

background-color css

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

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

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

border-color css

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

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

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