Html Css Color HEX #836276 Strikemaster

📋 copy color: '#836276'

red 131 ◦ green 98 ◦ blue 118

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

Shades of Strikemaster #836276

Tints of Strikemaster #836276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 37.75%
G = 28.24%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836276 (or 0x836276) is known color: Strikemaster. HEX triplet: 83, 62 and 76. RGB value is (131,98,118). Sum of RGB (Red+Green+Blue) = 131+98+118=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836276 is #7C9D89. Grayscale: #6E6E6E. Windows color (decimal): -8166794 or 7758467. OLE color: 7758467.

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

Color convert

RGB 131 98 118 -
CMYK 0 0.25 0.10 0.49
HSL 323.64º 0.14% 0.45% -
HSV(B) 323.64º 0.25% 0.51% -
XYZ 17 14.87 19.11 -
YUV 110.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 131 98 118 0 0.25 0.10 0.49 323.64 0.14 0.45
Hex 83 62 76 0 19 A 31 144 E 2D
Octal 203 142 166 0 31 12 61 504 16 55
Binary 10000011 1100010 1110110 0 11001 1010 110001 101000100 1110 101101

Color Harmonies of #836276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836276

Black with #836276

Text Example


Text Example

White with #836276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836276; }

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

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

background-color css

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

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

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

border-color css

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

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

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