Html Css Color HEX #7E866F Gunsmoke

📋 copy color: '#7E866F'

red 126 ◦ green 134 ◦ blue 111

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

Shades of Gunsmoke #7E866F

Tints of Gunsmoke #7E866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 33.96%
G = 36.12%
B = 29.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#7E866F (or 0x7E866F) is known color: Gunsmoke. HEX triplet: 7E, 86 and 6F. RGB value is (126,134,111). Sum of RGB (Red+Green+Blue) = 126+134+111=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866F is #817990. Grayscale: #818181. Windows color (decimal): -8485265 or 7308926. OLE color: 7308926.

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

Color convert

RGB 126 134 111 -
CMYK 0.06 0 0.17 0.47
HSL 80.87º 0.09% 0.48% -
HSV(B) 80.87º 0.17% 0.53% -
XYZ 20 22.63 18.35 -
YUV 128.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 126 134 111 0.06 0 0.17 0.47 80.87 0.09 0.48
Hex 7E 86 6F 6 0 11 2F 51 9 30
Octal 176 206 157 6 0 21 57 121 11 60
Binary 1111110 10000110 1101111 110 0 10001 101111 1010001 1001 110000

Color Harmonies of #7E866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E866F

Black with #7E866F

Text Example


Text Example

White with #7E866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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