Html Css Color HEX #846477 Strikemaster

📋 copy color: '#846477'

red 132 ◦ green 100 ◦ blue 119

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

Shades of Strikemaster #846477

Tints of Strikemaster #846477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 37.61%
G = 28.49%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#846477 (or 0x846477) is known color: Strikemaster. HEX triplet: 84, 64 and 77. RGB value is (132,100,119). Sum of RGB (Red+Green+Blue) = 132+100+119=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846477 is #7B9B88. Grayscale: #6F6F6F. Windows color (decimal): -8100745 or 7824516. OLE color: 7824516.

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

Color convert

RGB 132 100 119 -
CMYK 0 0.24 0.10 0.48
HSL 324.38º 0.14% 0.45% -
HSV(B) 324.38º 0.24% 0.52% -
XYZ 17.4 15.35 19.5 -
YUV 111.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 132 100 119 0 0.24 0.10 0.48 324.38 0.14 0.45
Hex 84 64 77 0 18 A 30 144 E 2D
Octal 204 144 167 0 30 12 60 504 16 55
Binary 10000100 1100100 1110111 0 11000 1010 110000 101000100 1110 101101

Color Harmonies of #846477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846477

Black with #846477

Text Example


Text Example

White with #846477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846477; }

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

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

background-color css

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

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

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

border-color css

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

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

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