#7D836F

Color #7D836F Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #7D836F

Tints of Gunsmoke #7D836F

Color information

#7D836F (or 0x7D836F) is unknown color: approx Gunsmoke. HEX triplet: 7D, 83 and 6F. RGB value is (125,131,111). Sum of RGB (Red+Green+Blue) = 125+131+111=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #7D836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D836F is #827C90. Grayscale: #7F7F7F. Windows color (decimal): -8551569 or 7308157. OLE color: 7308157.

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

Color convert

RGB125131111-
CMYK0.0500.150.49
HSL78º8.26%47.45%-
HSV(B)78º15.27%51.37%-
XYZ19.4421.7418.21-
YUV126.93119.01126.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.06%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=34.06%
G=35.69%
B=30.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251311110.0500.150.49788.2647.45
Hex7D836F50F314e82f
Octal1752031575017611161057
Binary11111011000001111011111010111111000110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,131,111); }

 H1.HeaderClassName
 {
   color: #7D836F;
 }
 .AnyTagClassName
 {
   color: #7D836F;
 }
</style>
background-color css

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

 a { background-color: rgb(125,131,111); }

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

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

 span { border-color: rgb(125,131,111); }

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