Html Css Color HEX #7E8377 Gunsmoke

📋 copy color: '#7E8377'

red 126 ◦ green 131 ◦ blue 119

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

Shades of Gunsmoke #7E8377

Tints of Gunsmoke #7E8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 33.51%
G = 34.84%
B = 31.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#7E8377 (or 0x7E8377) is known color: Gunsmoke. HEX triplet: 7E, 83 and 77. RGB value is (126,131,119). Sum of RGB (Red+Green+Blue) = 126+131+119=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8377 is #817C88. Grayscale: #808080. Windows color (decimal): -8486025 or 7832446. OLE color: 7832446.

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

Color convert

RGB 126 131 119 -
CMYK 0.04 0 0.09 0.49
HSL 85º 0.05% 0.49% -
HSV(B) 85º 0.09% 0.51% -
XYZ 20.05 22 20.64 -
YUV 128.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 126 131 119 0.04 0 0.09 0.49 85 0.05 0.49
Hex 7E 83 77 4 0 9 31 55 5 31
Octal 176 203 167 4 0 11 61 125 5 61
Binary 1111110 10000011 1110111 100 0 1001 110001 1010101 101 110001

Color Harmonies of #7E8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8377

Black with #7E8377

Text Example


Text Example

White with #7E8377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,131,119); }

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

background-color css

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

 a { background-color: rgb(126,131,119); }

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

border-color css

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

 span { border-color: rgb(126,131,119); }

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