Html Css Color HEX #7E876A Gunsmoke

📋 copy color: '#7E876A'

red 126 ◦ green 135 ◦ blue 106

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

Shades of Gunsmoke #7E876A

Tints of Gunsmoke #7E876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

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

R = 34.33%
G = 36.78%
B = 28.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#7E876A (or 0x7E876A) is known color: Gunsmoke. HEX triplet: 7E, 87 and 6A. RGB value is (126,135,106). Sum of RGB (Red+Green+Blue) = 126+135+106=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #7E876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E876A is #817895. Grayscale: #818181. Windows color (decimal): -8485014 or 6981502. OLE color: 6981502.

HSL color Cylindrical-coordinate representation of color #7E876A: hue angle of 78.62º 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 #7E876A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 135 106 -
CMYK 0.07 0 0.21 0.47
HSL 78.62º 0.12% 0.47% -
HSV(B) 78.62º 0.21% 0.53% -
XYZ 19.87 22.8 16.99 -
YUV 129 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 126 135 106 0.07 0 0.21 0.47 78.62 0.12 0.47
Hex 7E 87 6A 7 0 15 2F 4F C 2F
Octal 176 207 152 7 0 25 57 117 14 57
Binary 1111110 10000111 1101010 111 0 10101 101111 1001111 1100 101111

Color Harmonies of #7E876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E876A

Black with #7E876A

Text Example


Text Example

White with #7E876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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