#7D8369

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

Shades of Gunsmoke #7D8369

Tints of Gunsmoke #7D8369

Color information

#7D8369 (or 0x7D8369) is unknown color: approx Gunsmoke. HEX triplet: 7D, 83 and 69. RGB value is (125,131,105). Sum of RGB (Red+Green+Blue) = 125+131+105=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8369 is #827C96. Grayscale: #7E7E7E. Windows color (decimal): -8551575 or 6914941. OLE color: 6914941.

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

Color convert

RGB125131105-
CMYK0.0500.200.49
HSL73.85º11.02%46.27%-
HSV(B)73.85º19.85%51.37%-
XYZ19.1221.6116.53-
YUV126.24116.01127.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.63%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=34.63%
G=36.29%
B=29.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251311050.0500.200.4973.8511.0246.27
Hex7D83695014314ab2e
Octal1752031515024611121356
Binary111110110000011110100110101010011000110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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