Html Css Color HEX #836D79 Strikemaster

📋 copy color: '#836D79'

red 131 ◦ green 109 ◦ blue 121

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

Shades of Strikemaster #836D79

Tints of Strikemaster #836D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 36.29%
G = 30.19%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#836D79 (or 0x836D79) is known color: Strikemaster. HEX triplet: 83, 6D and 79. RGB value is (131,109,121). Sum of RGB (Red+Green+Blue) = 131+109+121=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #836D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D79 is #7C9286. Grayscale: #747474. Windows color (decimal): -8163975 or 7957891. OLE color: 7957891.

HSL color Cylindrical-coordinate representation of color #836D79: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #836D79 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 109 121 -
CMYK 0 0.17 0.08 0.49
HSL 327.27º 0.09% 0.47% -
HSV(B) 327.27º 0.17% 0.51% -
XYZ 18.28 17.14 20.43 -
YUV 116.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 131 109 121 0 0.17 0.08 0.49 327.27 0.09 0.47
Hex 83 6D 79 0 11 8 31 147 9 2F
Octal 203 155 171 0 21 10 61 507 11 57
Binary 10000011 1101101 1111001 0 10001 1000 110001 101000111 1001 101111

Color Harmonies of #836D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D79

Black with #836D79

Text Example


Text Example

White with #836D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836D79; }

 p { color: rgb(131,109,121); }

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

background-color css

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

 a { background-color: rgb(131,109,121); }

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

border-color css

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

 span { border-color: rgb(131,109,121); }

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