#7D846D

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

Shades of Gunsmoke #7D846D

Tints of Gunsmoke #7D846D

Color information

#7D846D (or 0x7D846D) is unknown color: approx Gunsmoke. HEX triplet: 7D, 84 and 6D. RGB value is (125,132,109). Sum of RGB (Red+Green+Blue) = 125+132+109=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #7D846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D846D is #827B92. Grayscale: #7F7F7F. Windows color (decimal): -8551315 or 7177341. OLE color: 7177341.

HSL color Cylindrical-coordinate representation of color #7D846D: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D846D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB125132109-
CMYK0.0500.170.48
HSL78.26º9.54%47.25%-
HSV(B)78.26º17.42%51.76%-
XYZ19.4721.9717.68-
YUV127.28117.68126.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=34.15%
G=36.07%
B=29.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251321090.0500.170.4878.269.5447.25
Hex7D846D5011304ea2f
Octal1752041555021601161257
Binary111110110000100110110110101000111000010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,109); }

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

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

 a { background-color: rgb(125,132,109); }

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

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

 span { border-color: rgb(125,132,109); }

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