Html Css Color HEX #836377 Strikemaster

📋 copy color: '#836377'

red 131 ◦ green 99 ◦ blue 119

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

Shades of Strikemaster #836377

Tints of Strikemaster #836377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 37.54%
G = 28.37%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#836377 (or 0x836377) is known color: Strikemaster. HEX triplet: 83, 63 and 77. RGB value is (131,99,119). Sum of RGB (Red+Green+Blue) = 131+99+119=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836377 is #7C9C88. Grayscale: #6E6E6E. Windows color (decimal): -8166537 or 7824259. OLE color: 7824259.

HSL color Cylindrical-coordinate representation of color #836377: hue angle of 322.5º degrees, saturation: 0.14, 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 #836377 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 119 -
CMYK 0 0.24 0.09 0.49
HSL 322.5º 0.14% 0.45% -
HSV(B) 322.5º 0.24% 0.51% -
XYZ 17.15 15.08 19.46 -
YUV 110.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 131 99 119 0 0.24 0.09 0.49 322.5 0.14 0.45
Hex 83 63 77 0 18 9 31 142 E 2D
Octal 203 143 167 0 30 11 61 502 16 55
Binary 10000011 1100011 1110111 0 11000 1001 110001 101000010 1110 101101

Color Harmonies of #836377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836377

Black with #836377

Text Example


Text Example

White with #836377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836377; }

 p { color: rgb(131,99,119); }

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

background-color css

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

 a { background-color: rgb(131,99,119); }

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

border-color css

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

 span { border-color: rgb(131,99,119); }

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