#7E856A

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

Shades of Gunsmoke #7E856A

Tints of Gunsmoke #7E856A

Color information

#7E856A (or 0x7E856A) is unknown color: approx Gunsmoke. HEX triplet: 7E, 85 and 6A. RGB value is (126,133,106). Sum of RGB (Red+Green+Blue) = 126+133+106=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #7E856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E856A is #817A95. Grayscale: #7F7F7F. Windows color (decimal): -8485526 or 6980990. OLE color: 6980990.

HSL color Cylindrical-coordinate representation of color #7E856A: hue angle of 75.56º 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 #7E856A is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB126133106-
CMYK0.0500.200.48
HSL75.56º11.3%46.86%-
HSV(B)75.56º20.3%52.16%-
XYZ19.5922.2516.9-
YUV127.83115.68126.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=34.52%
G=36.44%
B=29.04%

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
Decimal1261331060.0500.200.4875.5611.346.86
Hex7E856A5014304cb2f
Octal1762051525024601141357
Binary111111010000101110101010101010011000010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,106); }

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

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

 a { background-color: rgb(126,133,106); }

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

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

 span { border-color: rgb(126,133,106); }

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