Html Css Color HEX #7E846E Gunsmoke

📋 copy color: '#7E846E'

red 126 ◦ green 132 ◦ blue 110

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

Shades of Gunsmoke #7E846E

Tints of Gunsmoke #7E846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 34.24%
G = 35.87%
B = 29.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#7E846E (or 0x7E846E) is known color: Gunsmoke. HEX triplet: 7E, 84 and 6E. RGB value is (126,132,110). Sum of RGB (Red+Green+Blue) = 126+132+110=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #7E846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E846E is #817B91. Grayscale: #7F7F7F. Windows color (decimal): -8485778 or 7242878. OLE color: 7242878.

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

Color convert

RGB 126 132 110 -
CMYK 0.05 0 0.17 0.48
HSL 76.36º 0.09% 0.47% -
HSV(B) 76.36º 0.17% 0.52% -
XYZ 19.67 22.06 17.97 -
YUV 127.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 126 132 110 0.05 0 0.17 0.48 76.36 0.09 0.47
Hex 7E 84 6E 5 0 11 30 4C 9 2F
Octal 176 204 156 5 0 21 60 114 11 57
Binary 1111110 10000100 1101110 101 0 10001 110000 1001100 1001 101111

Color Harmonies of #7E846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E846E

Black with #7E846E

Text Example


Text Example

White with #7E846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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