Html Css Color HEX #7F866E Gunsmoke

📋 copy color: '#7F866E'

red 127 ◦ green 134 ◦ blue 110

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

Shades of Gunsmoke #7F866E

Tints of Gunsmoke #7F866E

RGB

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

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

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

R = 34.23%
G = 36.12%
B = 29.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#7F866E (or 0x7F866E) is known color: Gunsmoke. HEX triplet: 7F, 86 and 6E. RGB value is (127,134,110). Sum of RGB (Red+Green+Blue) = 127+134+110=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #7F866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F866E is #807991. Grayscale: #818181. Windows color (decimal): -8419730 or 7243391. OLE color: 7243391.

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

Color convert

RGB 127 134 110 -
CMYK 0.05 0 0.18 0.47
HSL 77.5º 0.1% 0.48% -
HSV(B) 77.5º 0.18% 0.53% -
XYZ 20.09 22.69 18.07 -
YUV 129.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 127 134 110 0.05 0 0.18 0.47 77.5 0.1 0.48
Hex 7F 86 6E 5 0 12 2F 4E A 30
Octal 177 206 156 5 0 22 57 116 12 60
Binary 1111111 10000110 1101110 101 0 10010 101111 1001110 1010 110000

Color Harmonies of #7F866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F866E

Black with #7F866E

Text Example


Text Example

White with #7F866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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