Html Css Color HEX #7E866A Gunsmoke

📋 copy color: '#7E866A'

red 126 ◦ green 134 ◦ blue 106

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

Shades of Gunsmoke #7E866A

Tints of Gunsmoke #7E866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 34.43%
G = 36.61%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#7E866A (or 0x7E866A) is known color: Gunsmoke. HEX triplet: 7E, 86 and 6A. RGB value is (126,134,106). Sum of RGB (Red+Green+Blue) = 126+134+106=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866A is #817995. Grayscale: #808080. Windows color (decimal): -8485270 or 6981246. OLE color: 6981246.

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

Color convert

RGB 126 134 106 -
CMYK 0.06 0 0.21 0.47
HSL 77.14º 0.12% 0.47% -
HSV(B) 77.14º 0.21% 0.53% -
XYZ 19.73 22.53 16.94 -
YUV 128.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 126 134 106 0.06 0 0.21 0.47 77.14 0.12 0.47
Hex 7E 86 6A 6 0 15 2F 4D C 2F
Octal 176 206 152 6 0 25 57 115 14 57
Binary 1111110 10000110 1101010 110 0 10101 101111 1001101 1100 101111

Color Harmonies of #7E866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E866A

Black with #7E866A

Text Example


Text Example

White with #7E866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,106); }

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

background-color css

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

 a { background-color: rgb(126,134,106); }

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

border-color css

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

 span { border-color: rgb(126,134,106); }

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