Html Css Color HEX #7F866D Gunsmoke

📋 copy color: '#7F866D'

red 127 ◦ green 134 ◦ blue 109

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

Shades of Gunsmoke #7F866D

Tints of Gunsmoke #7F866D

RGB

 RED value IS 127 (50% from 255) = 34.32%

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

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

R = 34.32%
G = 36.22%
B = 29.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#7F866D (or 0x7F866D) is known color: Gunsmoke. HEX triplet: 7F, 86 and 6D. RGB value is (127,134,109). Sum of RGB (Red+Green+Blue) = 127+134+109=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #7F866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F866D is #807992. Grayscale: #818181. Windows color (decimal): -8419731 or 7177855. OLE color: 7177855.

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

Color convert

RGB 127 134 109 -
CMYK 0.05 0 0.19 0.47
HSL 76.8º 0.1% 0.48% -
HSV(B) 76.8º 0.19% 0.53% -
XYZ 20.04 22.67 17.79 -
YUV 129.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 127 134 109 0.05 0 0.19 0.47 76.8 0.1 0.48
Hex 7F 86 6D 5 0 13 2F 4D A 30
Octal 177 206 155 5 0 23 57 115 12 60
Binary 1111111 10000110 1101101 101 0 10011 101111 1001101 1010 110000

Color Harmonies of #7F866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F866D

Black with #7F866D

Text Example


Text Example

White with #7F866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,109); }

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

background-color css

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

 a { background-color: rgb(127,134,109); }

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

border-color css

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

 span { border-color: rgb(127,134,109); }

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