Html Css Color HEX #7B836A Gunsmoke

📋 copy color: '#7B836A'

red 123 ◦ green 131 ◦ blue 106

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

Shades of Gunsmoke #7B836A

Tints of Gunsmoke #7B836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 34.17%
G = 36.39%
B = 29.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#7B836A (or 0x7B836A) is known color: Gunsmoke. HEX triplet: 7B, 83 and 6A. RGB value is (123,131,106). Sum of RGB (Red+Green+Blue) = 123+131+106=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #7B836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B836A is #847C95. Grayscale: #7D7D7D. Windows color (decimal): -8682646 or 6980475. OLE color: 6980475.

HSL color Cylindrical-coordinate representation of color #7B836A: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B836A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 131 106 -
CMYK 0.06 0 0.19 0.49
HSL 79.2º 0.11% 0.46% -
HSV(B) 79.2º 0.19% 0.51% -
XYZ 18.89 21.48 16.79 -
YUV 125.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 123 131 106 0.06 0 0.19 0.49 79.2 0.11 0.46
Hex 7B 83 6A 6 0 13 31 4F B 2E
Octal 173 203 152 6 0 23 61 117 13 56
Binary 1111011 10000011 1101010 110 0 10011 110001 1001111 1011 101110

Color Harmonies of #7B836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B836A

Black with #7B836A

Text Example


Text Example

White with #7B836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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