Html Css Color HEX #7B836D Gunsmoke

📋 copy color: '#7B836D'

red 123 ◦ green 131 ◦ blue 109

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

Shades of Gunsmoke #7B836D

Tints of Gunsmoke #7B836D

RGB

 RED value IS 123 (48.44% from 255) = 33.88%

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 33.88%
G = 36.09%
B = 30.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#7B836D (or 0x7B836D) is known color: Gunsmoke. HEX triplet: 7B, 83 and 6D. RGB value is (123,131,109). Sum of RGB (Red+Green+Blue) = 123+131+109=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #7B836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B836D is #847C92. Grayscale: #7E7E7E. Windows color (decimal): -8682643 or 7177083. OLE color: 7177083.

HSL color Cylindrical-coordinate representation of color #7B836D: hue angle of 81.82º 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 #7B836D is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 131 109 -
CMYK 0.06 0 0.17 0.49
HSL 81.82º 0.09% 0.47% -
HSV(B) 81.82º 0.17% 0.51% -
XYZ 19.05 21.55 17.62 -
YUV 126.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 123 131 109 0.06 0 0.17 0.49 81.82 0.09 0.47
Hex 7B 83 6D 6 0 11 31 52 9 2F
Octal 173 203 155 6 0 21 61 122 11 57
Binary 1111011 10000011 1101101 110 0 10001 110001 1010010 1001 101111

Color Harmonies of #7B836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B836D

Black with #7B836D

Text Example


Text Example

White with #7B836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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