Html Css Color HEX #7E856D Gunsmoke

📋 copy color: '#7E856D'

red 126 ◦ green 133 ◦ blue 109

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

Shades of Gunsmoke #7E856D

Tints of Gunsmoke #7E856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 34.24%
G = 36.14%
B = 29.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#7E856D (or 0x7E856D) is known color: Gunsmoke. HEX triplet: 7E, 85 and 6D. RGB value is (126,133,109). Sum of RGB (Red+Green+Blue) = 126+133+109=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #7E856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E856D is #817A92. Grayscale: #808080. Windows color (decimal): -8485523 or 7177598. OLE color: 7177598.

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

Color convert

RGB 126 133 109 -
CMYK 0.05 0 0.18 0.48
HSL 77.5º 0.1% 0.47% -
HSV(B) 77.5º 0.18% 0.52% -
XYZ 19.75 22.31 17.73 -
YUV 128.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 126 133 109 0.05 0 0.18 0.48 77.5 0.1 0.47
Hex 7E 85 6D 5 0 12 30 4E A 2F
Octal 176 205 155 5 0 22 60 116 12 57
Binary 1111110 10000101 1101101 101 0 10010 110000 1001110 1010 101111

Color Harmonies of #7E856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E856D

Black with #7E856D

Text Example


Text Example

White with #7E856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,109); }

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

background-color css

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

 a { background-color: rgb(126,133,109); }

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

border-color css

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

 span { border-color: rgb(126,133,109); }

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