Html Css Color HEX #846776 Strikemaster

📋 copy color: '#846776'

red 132 ◦ green 103 ◦ blue 118

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

Shades of Strikemaster #846776

Tints of Strikemaster #846776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 37.39%
G = 29.18%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#846776 (or 0x846776) is known color: Strikemaster. HEX triplet: 84, 67 and 76. RGB value is (132,103,118). Sum of RGB (Red+Green+Blue) = 132+103+118=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846776 is #7B9889. Grayscale: #717171. Windows color (decimal): -8099978 or 7759748. OLE color: 7759748.

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

Color convert

RGB 132 103 118 -
CMYK 0 0.22 0.11 0.48
HSL 328.97º 0.12% 0.46% -
HSV(B) 328.97º 0.22% 0.52% -
XYZ 17.64 15.91 19.28 -
YUV 113.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 132 103 118 0 0.22 0.11 0.48 328.97 0.12 0.46
Hex 84 67 76 0 16 B 30 149 C 2E
Octal 204 147 166 0 26 13 60 511 14 56
Binary 10000100 1100111 1110110 0 10110 1011 110000 101001001 1100 101110

Color Harmonies of #846776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846776

Black with #846776

Text Example


Text Example

White with #846776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846776; }

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

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

background-color css

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

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

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

border-color css

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

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

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