Html Css Color HEX #846176 Strikemaster

📋 copy color: '#846176'

red 132 ◦ green 97 ◦ blue 118

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

Shades of Strikemaster #846176

Tints of Strikemaster #846176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 38.04%
G = 27.95%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#846176 (or 0x846176) is known color: Strikemaster. HEX triplet: 84, 61 and 76. RGB value is (132,97,118). Sum of RGB (Red+Green+Blue) = 132+97+118=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846176 is #7B9E89. Grayscale: #6D6D6D. Windows color (decimal): -8101514 or 7758212. OLE color: 7758212.

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

Color convert

RGB 132 97 118 -
CMYK 0 0.27 0.11 0.48
HSL 324º 0.15% 0.45% -
HSV(B) 324º 0.27% 0.52% -
XYZ 17.06 14.76 19.09 -
YUV 109.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 132 97 118 0 0.27 0.11 0.48 324 0.15 0.45
Hex 84 61 76 0 1B B 30 144 F 2D
Octal 204 141 166 0 33 13 60 504 17 55
Binary 10000100 1100001 1110110 0 11011 1011 110000 101000100 1111 101101

Color Harmonies of #846176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846176

Black with #846176

Text Example


Text Example

White with #846176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846176; }

 p { color: rgb(132,97,118); }

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

background-color css

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

 a { background-color: rgb(132,97,118); }

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

border-color css

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

 span { border-color: rgb(132,97,118); }

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