#7E8275

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

Shades of Gunsmoke #7E8275

Tints of Gunsmoke #7E8275

Color information

#7E8275 (or 0x7E8275) is unknown color: approx Gunsmoke. HEX triplet: 7E, 82 and 75. RGB value is (126,130,117). Sum of RGB (Red+Green+Blue) = 126+130+117=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8275 is #817D8A. Grayscale: #7F7F7F. Windows color (decimal): -8486283 or 7701118. OLE color: 7701118.

HSL color Cylindrical-coordinate representation of color #7E8275: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E8275 is Cyan = 0.03, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB126130117-
CMYK0.0300.10.49
HSL78.46º5.26%48.43%-
HSV(B)78.46º10%50.98%-
XYZ19.821.6919.97-
YUV127.32122.17127.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.78%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=33.78%
G=34.85%
B=31.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301170.0300.10.4978.465.2648.43
Hex7E827530A314e530
Octal176202165301261116560
Binary111111010000010111010111010101100011001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,117); }

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

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

 a { background-color: rgb(126,130,117); }

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

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

 span { border-color: rgb(126,130,117); }

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