#7E856B

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

Shades of Gunsmoke #7E856B

Tints of Gunsmoke #7E856B

Color information

#7E856B (or 0x7E856B) is unknown color: approx Gunsmoke. HEX triplet: 7E, 85 and 6B. RGB value is (126,133,107). Sum of RGB (Red+Green+Blue) = 126+133+107=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #7E856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E856B is #817A94. Grayscale: #808080. Windows color (decimal): -8485525 or 7046526. OLE color: 7046526.

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

Color convert

RGB126133107-
CMYK0.0500.200.48
HSL76.15º10.83%47.06%-
HSV(B)76.15º19.55%52.16%-
XYZ19.6522.2717.17-
YUV127.94116.18126.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=34.43%
G=36.34%
B=29.23%

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
Decimal1261331070.0500.200.4876.1510.8347.06
Hex7E856B5014304cb2f
Octal1762051535024601141357
Binary111111010000101110101110101010011000010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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