#7D846A

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

Shades of Gunsmoke #7D846A

Tints of Gunsmoke #7D846A

Color information

#7D846A (or 0x7D846A) is unknown color: approx Gunsmoke. HEX triplet: 7D, 84 and 6A. RGB value is (125,132,106). Sum of RGB (Red+Green+Blue) = 125+132+106=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #7D846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D846A is #827B95. Grayscale: #7F7F7F. Windows color (decimal): -8551318 or 6980733. OLE color: 6980733.

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

Color convert

RGB125132106-
CMYK0.0500.200.48
HSL76.15º10.92%46.67%-
HSV(B)76.15º19.7%51.76%-
XYZ19.3121.916.85-
YUV126.94116.18126.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=34.44%
G=36.36%
B=29.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251321060.0500.200.4876.1510.9246.67
Hex7D846A5014304cb2f
Octal1752041525024601141357
Binary111110110000100110101010101010011000010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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