#7E8569

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

Shades of Gunsmoke #7E8569

Tints of Gunsmoke #7E8569

Color information

#7E8569 (or 0x7E8569) is unknown color: approx Gunsmoke. HEX triplet: 7E, 85 and 69. RGB value is (126,133,105). Sum of RGB (Red+Green+Blue) = 126+133+105=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8569 is #817A96. Grayscale: #7F7F7F. Windows color (decimal): -8485527 or 6915454. OLE color: 6915454.

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

Color convert

RGB126133105-
CMYK0.0500.210.48
HSL75º11.76%46.67%-
HSV(B)75º21.05%52.16%-
XYZ19.5422.2316.63-
YUV127.72115.18126.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.62%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=34.62%
G=36.54%
B=28.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331050.0500.210.487511.7646.67
Hex7E85695015304bc2f
Octal1762051515025601131457
Binary111111010000101110100110101010111000010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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