Html Css Color HEX #7E8476 Gunsmoke

📋 copy color: '#7E8476'

red 126 ◦ green 132 ◦ blue 118

#7E8476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #7E8476

Tints of Gunsmoke #7E8476

RGB

 RED value IS 126 (49.61% from 255) = 33.51%

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 33.51%
G = 35.11%
B = 31.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#7E8476 (or 0x7E8476) is known color: Gunsmoke. HEX triplet: 7E, 84 and 76. RGB value is (126,132,118). Sum of RGB (Red+Green+Blue) = 126+132+118=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8476 is #817B89. Grayscale: #808080. Windows color (decimal): -8485770 or 7767166. OLE color: 7767166.

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

Color convert

RGB 126 132 118 -
CMYK 0.05 0 0.11 0.48
HSL 85.71º 0.06% 0.49% -
HSV(B) 85.71º 0.11% 0.52% -
XYZ 20.13 22.25 20.37 -
YUV 128.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 126 132 118 0.05 0 0.11 0.48 85.71 0.06 0.49
Hex 7E 84 76 5 0 B 30 56 6 31
Octal 176 204 166 5 0 13 60 126 6 61
Binary 1111110 10000100 1110110 101 0 1011 110000 1010110 110 110001

Color Harmonies of #7E8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8476

Black with #7E8476

Text Example


Text Example

White with #7E8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,132,118); }

 H1.HeaderClassName
 {
   color: #7E8476;
 }
 .AnyTagClassName
 {
   color: #7E8476;
 }
</style>

background-color css

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

 a { background-color: rgb(126,132,118); }

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

border-color css

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

 span { border-color: rgb(126,132,118); }

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