#7D866D

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

Shades of Gunsmoke #7D866D

Tints of Gunsmoke #7D866D

Color information

#7D866D (or 0x7D866D) is unknown color: approx Gunsmoke. HEX triplet: 7D, 86 and 6D. RGB value is (125,134,109). Sum of RGB (Red+Green+Blue) = 125+134+109=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #7D866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D866D is #827992. Grayscale: #808080. Windows color (decimal): -8550803 or 7177853. OLE color: 7177853.

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

Color convert

RGB125134109-
CMYK0.0700.190.47
HSL81.6º10.29%47.65%-
HSV(B)81.6º18.66%52.55%-
XYZ19.7422.5117.77-
YUV128.46117.02125.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.97%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=33.97%
G=36.41%
B=29.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251341090.0700.190.4781.610.2947.65
Hex7D866D70132F52a30
Octal1752061557023571221260
Binary111110110000110110110111101001110111110100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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