Html Css Color HEX #836476 Strikemaster

📋 copy color: '#836476'

red 131 ◦ green 100 ◦ blue 118

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

Shades of Strikemaster #836476

Tints of Strikemaster #836476

RGB

 RED value IS 131 (51.56% from 255) = 37.54%

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

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

R = 37.54%
G = 28.65%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836476 (or 0x836476) is known color: Strikemaster. HEX triplet: 83, 64 and 76. RGB value is (131,100,118). Sum of RGB (Red+Green+Blue) = 131+100+118=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836476 is #7C9B89. Grayscale: #6F6F6F. Windows color (decimal): -8166282 or 7758979. OLE color: 7758979.

HSL color Cylindrical-coordinate representation of color #836476: hue angle of 325.16º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836476 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 118 -
CMYK 0 0.24 0.10 0.49
HSL 325.16º 0.13% 0.45% -
HSV(B) 325.16º 0.24% 0.51% -
XYZ 17.19 15.25 19.18 -
YUV 111.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 131 100 118 0 0.24 0.10 0.49 325.16 0.13 0.45
Hex 83 64 76 0 18 A 31 145 D 2D
Octal 203 144 166 0 30 12 61 505 15 55
Binary 10000011 1100100 1110110 0 11000 1010 110001 101000101 1101 101101

Color Harmonies of #836476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836476

Black with #836476

Text Example


Text Example

White with #836476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836476; }

 p { color: rgb(131,100,118); }

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

background-color css

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

 a { background-color: rgb(131,100,118); }

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

border-color css

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

 span { border-color: rgb(131,100,118); }

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