Html Css Color HEX #846674 Strikemaster

📋 copy color: '#846674'

red 132 ◦ green 102 ◦ blue 116

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

Shades of Strikemaster #846674

Tints of Strikemaster #846674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 37.71%
G = 29.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#846674 (or 0x846674) is known color: Strikemaster. HEX triplet: 84, 66 and 74. RGB value is (132,102,116). Sum of RGB (Red+Green+Blue) = 132+102+116=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846674 is #7B998B. Grayscale: #707070. Windows color (decimal): -8100236 or 7628420. OLE color: 7628420.

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

Color convert

RGB 132 102 116 -
CMYK 0 0.23 0.12 0.48
HSL 332º 0.13% 0.46% -
HSV(B) 332º 0.23% 0.52% -
XYZ 17.42 15.67 18.63 -
YUV 112.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 132 102 116 0 0.23 0.12 0.48 332 0.13 0.46
Hex 84 66 74 0 17 C 30 14C D 2E
Octal 204 146 164 0 27 14 60 514 15 56
Binary 10000100 1100110 1110100 0 10111 1100 110000 101001100 1101 101110

Color Harmonies of #846674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846674

Black with #846674

Text Example


Text Example

White with #846674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846674; }

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

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

background-color css

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

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

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

border-color css

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

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

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