Html Css Color HEX #846475 Strikemaster

📋 copy color: '#846475'

red 132 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #846475

Tints of Strikemaster #846475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 37.82%
G = 28.65%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#846475 (or 0x846475) is known color: Strikemaster. HEX triplet: 84, 64 and 75. RGB value is (132,100,117). Sum of RGB (Red+Green+Blue) = 132+100+117=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846475 is #7B9B8A. Grayscale: #6F6F6F. Windows color (decimal): -8100747 or 7693444. OLE color: 7693444.

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

Color convert

RGB 132 100 117 -
CMYK 0 0.24 0.11 0.48
HSL 328.13º 0.14% 0.45% -
HSV(B) 328.13º 0.24% 0.52% -
XYZ 17.28 15.3 18.87 -
YUV 111.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 132 100 117 0 0.24 0.11 0.48 328.13 0.14 0.45
Hex 84 64 75 0 18 B 30 148 E 2D
Octal 204 144 165 0 30 13 60 510 16 55
Binary 10000100 1100100 1110101 0 11000 1011 110000 101001000 1110 101101

Color Harmonies of #846475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846475

Black with #846475

Text Example


Text Example

White with #846475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846475; }

 p { color: rgb(132,100,117); }

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

background-color css

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

 a { background-color: rgb(132,100,117); }

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

border-color css

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

 span { border-color: rgb(132,100,117); }

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