Html Css Color HEX #7E846A Gunsmoke

📋 copy color: '#7E846A'

red 126 ◦ green 132 ◦ blue 106

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

Shades of Gunsmoke #7E846A

Tints of Gunsmoke #7E846A

RGB

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

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

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

R = 34.62%
G = 36.26%
B = 29.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#7E846A (or 0x7E846A) is known color: Gunsmoke. HEX triplet: 7E, 84 and 6A. RGB value is (126,132,106). Sum of RGB (Red+Green+Blue) = 126+132+106=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #7E846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E846A is #817B95. Grayscale: #7F7F7F. Windows color (decimal): -8485782 or 6980734. OLE color: 6980734.

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

Color convert

RGB 126 132 106 -
CMYK 0.05 0 0.20 0.48
HSL 73.85º 0.11% 0.47% -
HSV(B) 73.85º 0.2% 0.52% -
XYZ 19.46 21.98 16.85 -
YUV 127.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 126 132 106 0.05 0 0.20 0.48 73.85 0.11 0.47
Hex 7E 84 6A 5 0 14 30 4A B 2F
Octal 176 204 152 5 0 24 60 112 13 57
Binary 1111110 10000100 1101010 101 0 10100 110000 1001010 1011 101111

Color Harmonies of #7E846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E846A

Black with #7E846A

Text Example


Text Example

White with #7E846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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